1
0
Fork 0

Upgrade gem "shoulda-matchers"

This commit is contained in:
Alex Kotov 2020-01-17 14:23:42 +05:00
parent 64d3c7fc33
commit 53ac0aa763
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
2 changed files with 3 additions and 3 deletions

View File

@ -76,7 +76,7 @@ group :test do
gem 'database_cleaner', '~> 1.7'
gem 'pundit-matchers', '~> 1.6'
gem 'selenium-webdriver', '~> 3.14'
gem 'shoulda-matchers', '4.0.0.rc1'
gem 'shoulda-matchers', '~> 4.2'
gem 'simplecov', '~> 0.16', require: false
gem 'webmock', '~> 3.8'
end

View File

@ -419,7 +419,7 @@ GEM
rubyzip (>= 1.2.2)
sentry-raven (2.13.0)
faraday (>= 0.7.6, < 1.0)
shoulda-matchers (4.0.0.rc1)
shoulda-matchers (4.2.0)
activesupport (>= 4.2.0)
sidekiq (6.0.4)
connection_pool (>= 2.2.2)
@ -543,7 +543,7 @@ DEPENDENCIES
rubocop-rspec (~> 1.36)
selenium-webdriver (~> 3.14)
sentry-raven
shoulda-matchers (= 4.0.0.rc1)
shoulda-matchers (~> 4.2)
sidekiq (~> 6.0)
simple_form (~> 5.0)
simplecov (~> 0.16)