honeybadger-io / honeybadger-ruby

Ruby gem for reporting errors to honeybadger.io
https://docs.honeybadger.io/lib/ruby/
MIT License
251 stars 145 forks source link

fix: pin rspec-its gem to 1.3.1 #631

Closed roelbondoc closed 3 weeks ago

roelbondoc commented 3 weeks ago

A recent change to rspec-its drops support for ruby 3 as well as using public_send for calling methods. We use this for testing private methods which is why some tests were failing.

Before submitting a pull request, please make sure the following is done:

  1. If you've fixed a bug or added code that should be tested, add tests!
  2. Run rake spec in the repository root.
  3. Use a pull request title that conforms to conventional commits.