Bump shoulda-matchers
This commit is contained in:
parent
290ddbf271
commit
f8419b14ba
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -289,7 +289,7 @@ group :test do
|
|||
# General helpers
|
||||
|
||||
gem "factory_girl_rails", "4.8.0"
|
||||
gem "shoulda-matchers", "3.1.2"
|
||||
gem "shoulda-matchers", "4.0.1"
|
||||
gem "timecop", "0.9.1"
|
||||
gem "webmock", "3.4.2", require: false
|
||||
|
||||
|
|
|
|||
|
|
@ -650,8 +650,8 @@ GEM
|
|||
sass (~> 3.4.20)
|
||||
secure_headers (6.1.0)
|
||||
shellany (0.0.1)
|
||||
shoulda-matchers (3.1.2)
|
||||
activesupport (>= 4.0.0)
|
||||
shoulda-matchers (4.0.1)
|
||||
activesupport (>= 4.2.0)
|
||||
sidekiq (5.2.5)
|
||||
connection_pool (~> 2.2, >= 2.2.2)
|
||||
rack (>= 1.5.0)
|
||||
|
|
@ -883,7 +883,7 @@ DEPENDENCIES
|
|||
rubyzip (= 1.2.2)
|
||||
sass-rails (= 5.0.7)
|
||||
secure_headers (= 6.1.0)
|
||||
shoulda-matchers (= 3.1.2)
|
||||
shoulda-matchers (= 4.0.1)
|
||||
sidekiq (= 5.2.5)
|
||||
sidekiq-cron (= 1.1.0)
|
||||
simple_captcha2 (= 0.4.3)
|
||||
|
|
|
|||
Loading…
Reference in a new issue