Upgrade gem "shoulda-matchers"
This commit is contained in:
parent
64d3c7fc33
commit
53ac0aa763
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -76,7 +76,7 @@ group :test do
|
||||||
gem 'database_cleaner', '~> 1.7'
|
gem 'database_cleaner', '~> 1.7'
|
||||||
gem 'pundit-matchers', '~> 1.6'
|
gem 'pundit-matchers', '~> 1.6'
|
||||||
gem 'selenium-webdriver', '~> 3.14'
|
gem 'selenium-webdriver', '~> 3.14'
|
||||||
gem 'shoulda-matchers', '4.0.0.rc1'
|
gem 'shoulda-matchers', '~> 4.2'
|
||||||
gem 'simplecov', '~> 0.16', require: false
|
gem 'simplecov', '~> 0.16', require: false
|
||||||
gem 'webmock', '~> 3.8'
|
gem 'webmock', '~> 3.8'
|
||||||
end
|
end
|
||||||
|
|
|
@ -419,7 +419,7 @@ GEM
|
||||||
rubyzip (>= 1.2.2)
|
rubyzip (>= 1.2.2)
|
||||||
sentry-raven (2.13.0)
|
sentry-raven (2.13.0)
|
||||||
faraday (>= 0.7.6, < 1.0)
|
faraday (>= 0.7.6, < 1.0)
|
||||||
shoulda-matchers (4.0.0.rc1)
|
shoulda-matchers (4.2.0)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
sidekiq (6.0.4)
|
sidekiq (6.0.4)
|
||||||
connection_pool (>= 2.2.2)
|
connection_pool (>= 2.2.2)
|
||||||
|
@ -543,7 +543,7 @@ DEPENDENCIES
|
||||||
rubocop-rspec (~> 1.36)
|
rubocop-rspec (~> 1.36)
|
||||||
selenium-webdriver (~> 3.14)
|
selenium-webdriver (~> 3.14)
|
||||||
sentry-raven
|
sentry-raven
|
||||||
shoulda-matchers (= 4.0.0.rc1)
|
shoulda-matchers (~> 4.2)
|
||||||
sidekiq (~> 6.0)
|
sidekiq (~> 6.0)
|
||||||
simple_form (~> 5.0)
|
simple_form (~> 5.0)
|
||||||
simplecov (~> 0.16)
|
simplecov (~> 0.16)
|
||||||
|
|
Reference in a new issue