Skip to content

Commit

Permalink
Merge pull request #1542 from AlchemyCMS/depfu/update/shoulda-matcher…
Browse files Browse the repository at this point in the history
…s-4.0.0

Upgrade shoulda-matchers to version 4.0.0
  • Loading branch information
tvdeyen authored Feb 17, 2019
2 parents 562bbc6 + edb582c commit 088550d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ group :development, :test do
gem 'selenium-webdriver', '~> 3.8'
gem 'rspec-activemodel-mocks', '~> 1.0'
gem 'rspec-rails', '~> 3.7'
gem 'shoulda-matchers', '~> 3.1'
gem 'shoulda-matchers', '~> 4.0'
gem 'rails-controller-testing', '~> 1.0'
end

Expand Down

0 comments on commit 088550d

Please sign in to comment.