Skip to content

Commit

Permalink
update shoulda-matchers to 5.x
Browse files Browse the repository at this point in the history
we had it pinned to <4.4 as 4.4 had a bug, but that is fixed since 4.4.1
and we really should update to the next major version
  • Loading branch information
evgeni authored and ekohl committed Aug 1, 2023
1 parent 45afc2e commit 90a5e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler.d/test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
gem 'facterdb', '~> 1.7'
gem 'factory_bot_rails', '~> 5.0', :require => false
gem 'selenium-webdriver', :require => false
gem 'shoulda-matchers', '>= 4.0', '< 4.4'
gem 'shoulda-matchers', '~> 5.0'
gem 'shoulda-context', '~> 1.2'
gem 'as_deprecation_tracker', '~> 1.6'
gem 'rails-controller-testing', '~> 1.0'
Expand Down

0 comments on commit 90a5e4c

Please sign in to comment.