Merge pull request #1583 from Retrospring/dependabot/bundler/shoulda-matchers-6.1.0
This commit is contained in:
commit
632ba6b90f
2
Gemfile
2
Gemfile
|
@ -94,7 +94,7 @@ group :development, :test do
|
|||
gem "rspec-sidekiq", "~> 4.1", require: false
|
||||
gem "rubocop", "~> 1.60"
|
||||
gem "rubocop-rails", "~> 2.23"
|
||||
gem "shoulda-matchers", "~> 6.0"
|
||||
gem "shoulda-matchers", "~> 6.1"
|
||||
gem "simplecov", require: false
|
||||
gem "simplecov-cobertura", require: false
|
||||
gem "simplecov-json", require: false
|
||||
|
|
|
@ -118,7 +118,7 @@ GEM
|
|||
mini_mime (>= 0.1.3)
|
||||
chunky_png (1.4.0)
|
||||
colorize (1.1.0)
|
||||
concurrent-ruby (1.2.2)
|
||||
concurrent-ruby (1.2.3)
|
||||
connection_pool (2.4.1)
|
||||
crass (1.0.6)
|
||||
cssbundling-rails (1.3.3)
|
||||
|
@ -266,7 +266,7 @@ GEM
|
|||
mini_magick (4.12.0)
|
||||
mini_mime (1.1.5)
|
||||
mini_portile2 (2.8.5)
|
||||
minitest (5.21.1)
|
||||
minitest (5.21.2)
|
||||
msgpack (1.7.2)
|
||||
multi_json (1.15.0)
|
||||
multi_xml (0.6.0)
|
||||
|
@ -445,7 +445,7 @@ GEM
|
|||
sentry-sidekiq (5.16.1)
|
||||
sentry-ruby (~> 5.16.1)
|
||||
sidekiq (>= 3.0)
|
||||
shoulda-matchers (6.0.0)
|
||||
shoulda-matchers (6.1.0)
|
||||
activesupport (>= 5.2.0)
|
||||
sidekiq (6.5.12)
|
||||
connection_pool (>= 2.2.5, < 3)
|
||||
|
@ -580,7 +580,7 @@ DEPENDENCIES
|
|||
sentry-rails
|
||||
sentry-ruby
|
||||
sentry-sidekiq
|
||||
shoulda-matchers (~> 6.0)
|
||||
shoulda-matchers (~> 6.1)
|
||||
sidekiq (< 7)
|
||||
simplecov
|
||||
simplecov-cobertura
|
||||
|
|
Loading…
Reference in New Issue