Bump shoulda-matchers

This commit is contained in:
Benjamin Neff 2023-06-26 03:25:12 +02:00
parent 00b1ed3e76
commit 313e96d5c3
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 4 additions and 4 deletions

View file

@ -237,7 +237,7 @@ group :test do
# General helpers
gem "factory_bot_rails", "6.2.0"
gem "shoulda-matchers", "4.5.1"
gem "shoulda-matchers", "5.3.0"
gem "timecop", "0.9.5"
gem "webmock", "3.14.0", require: false

View file

@ -680,8 +680,8 @@ GEM
scss_lint (0.60.0)
sass (~> 3.5, >= 3.5.5)
secure_headers (6.5.0)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
sidekiq (7.1.2)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
@ -888,7 +888,7 @@ DEPENDENCIES
rubyzip (= 2.3.2)
sassc-rails (= 2.1.2)
secure_headers (= 6.5.0)
shoulda-matchers (= 4.5.1)
shoulda-matchers (= 5.3.0)
sidekiq (= 7.1.2)
sidekiq-cron (= 1.10.1)
simple_captcha2 (= 0.5.0)