Skip to content

Bump shoulda-matchers to 4.0.1

Stan Hu requested to merge sh-bump-shoulda-matcher into master

This removes the warning when using Ruby 2.6:

BigDecimal.new is deprecated; use BigDecimal() method instead.

This also adds Rails 5 support, which eliminates the need for the monkey patch to handle https://github.com/thoughtbot/shoulda-matchers/issues/913.

Edited by Stan Hu

Merge request reports