Bump shoulda-matchers
This commit is contained in:
parent
781fda001b
commit
fbdb9edbf2
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -240,7 +240,7 @@ group :test do
|
|||
# General helpers
|
||||
|
||||
gem "factory_bot_rails", "6.4.3"
|
||||
gem "shoulda-matchers", "5.3.0"
|
||||
gem "shoulda-matchers", "6.2.0"
|
||||
gem "timecop", "0.9.6"
|
||||
gem "webmock", "3.18.1", require: false
|
||||
|
||||
|
|
|
|||
|
|
@ -679,7 +679,7 @@ GEM
|
|||
scss_lint (0.60.0)
|
||||
sass (~> 3.5, >= 3.5.5)
|
||||
secure_headers (6.5.0)
|
||||
shoulda-matchers (5.3.0)
|
||||
shoulda-matchers (6.2.0)
|
||||
activesupport (>= 5.2.0)
|
||||
sidekiq (6.5.12)
|
||||
connection_pool (>= 2.2.5, < 3)
|
||||
|
|
@ -892,7 +892,7 @@ DEPENDENCIES
|
|||
rubyzip (= 2.3.2)
|
||||
sassc-rails (= 2.1.2)
|
||||
secure_headers (= 6.5.0)
|
||||
shoulda-matchers (= 5.3.0)
|
||||
shoulda-matchers (= 6.2.0)
|
||||
sidekiq (= 6.5.12)
|
||||
sidekiq-cron (= 1.12.0)
|
||||
simple_captcha2 (= 0.5.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue