Skip to content

Commit

Permalink
Fixes #30712 - pin shoulda_matcher < 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsherrill authored and ekohl committed Aug 26, 2020
1 parent cc5d933 commit 2801602
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 @@ -18,7 +18,7 @@
gem 'rubocop-rails', '~> 2.4.2'
gem 'poltergeist', '>= 1.18.0', :require => false
gem 'selenium-webdriver', :require => false
gem 'shoulda-matchers', '~> 4.0'
gem 'shoulda-matchers', '>= 4.0', '< 4.4'
gem 'shoulda-context', '~> 1.2'
gem 'as_deprecation_tracker', '~> 1.4'
gem 'rails-controller-testing', '~> 1.0'
Expand Down

0 comments on commit 2801602

Please sign in to comment.