Merge pull request #691 from Retrospring/dependabot/bundler/shoulda-matchers-5.2.0
This commit is contained in:
commit
26a79bc93c
2
Gemfile
2
Gemfile
|
@ -96,7 +96,7 @@ group :development, :test do
|
||||||
gem "rspec-sidekiq", "~> 3.0", require: false
|
gem "rspec-sidekiq", "~> 3.0", require: false
|
||||||
gem "rubocop", "~> 1.36"
|
gem "rubocop", "~> 1.36"
|
||||||
gem "rubocop-rails", "~> 2.16"
|
gem "rubocop-rails", "~> 2.16"
|
||||||
gem "shoulda-matchers", "~> 5.0"
|
gem "shoulda-matchers", "~> 5.2"
|
||||||
gem "simplecov", require: false
|
gem "simplecov", require: false
|
||||||
gem "simplecov-cobertura", require: false
|
gem "simplecov-cobertura", require: false
|
||||||
gem "simplecov-json", require: false
|
gem "simplecov-json", require: false
|
||||||
|
|
|
@ -492,7 +492,7 @@ GEM
|
||||||
sentry-ruby (~> 5.4.2)
|
sentry-ruby (~> 5.4.2)
|
||||||
sidekiq (>= 3.0)
|
sidekiq (>= 3.0)
|
||||||
shellany (0.0.1)
|
shellany (0.0.1)
|
||||||
shoulda-matchers (5.1.0)
|
shoulda-matchers (5.2.0)
|
||||||
activesupport (>= 5.2.0)
|
activesupport (>= 5.2.0)
|
||||||
sidekiq (5.2.10)
|
sidekiq (5.2.10)
|
||||||
connection_pool (~> 2.2, >= 2.2.2)
|
connection_pool (~> 2.2, >= 2.2.2)
|
||||||
|
@ -644,7 +644,7 @@ DEPENDENCIES
|
||||||
sentry-rails
|
sentry-rails
|
||||||
sentry-ruby
|
sentry-ruby
|
||||||
sentry-sidekiq
|
sentry-sidekiq
|
||||||
shoulda-matchers (~> 5.0)
|
shoulda-matchers (~> 5.2)
|
||||||
sidekiq (< 6)
|
sidekiq (< 6)
|
||||||
simplecov
|
simplecov
|
||||||
simplecov-cobertura
|
simplecov-cobertura
|
||||||
|
|
Loading…
Reference in New Issue