You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
BREAKING CHANGES
Drop support for Ruby 2.5, 2.6, and 2.7 as well as Rails 5.0, 5.1, and 5.2,
as they have reached (or are about to reach) end-of-life. To use this gem,
you must use at least Ruby 3.x, and if you're using Rails, Rails 6.x. (#187, #190)
Fixes
Fix diffing logic for include matcher so that it knows how to compare fuzzy
matcher objects with other kinds of objects. (#156)
Add a key_enabled configuration option for disabling the key/legend in the
diff output. (#166)
Add a color_enabled configuration option for disabling color. (#138)
Update super_diff/rails (and, by extension, super_diff/rspec-rails) so
that the ActiveRecord-specific integration isn't loaded if ActiveRecord isn't
available. (#188)