mirror of
https://github.com/Retrospring/retrospring.git
synced 2024-11-20 12:29:54 +01:00
Merge pull request #1840 from Retrospring/dependabot/bundler/shoulda-matchers-6.4.0
This commit is contained in:
commit
56c3045a9d
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
@ -96,7 +96,7 @@ group :development, :test do
|
|||
gem "rspec-sidekiq", "~> 5.0", require: false
|
||||
gem "rubocop", "~> 1.65"
|
||||
gem "rubocop-rails", "~> 2.25"
|
||||
gem "shoulda-matchers", "~> 6.3"
|
||||
gem "shoulda-matchers", "~> 6.4"
|
||||
gem "simplecov", require: false
|
||||
gem "simplecov-cobertura", require: false
|
||||
gem "simplecov-json", require: false
|
||||
|
|
|
@ -460,7 +460,7 @@ GEM
|
|||
sentry-sidekiq (5.19.0)
|
||||
sentry-ruby (~> 5.19.0)
|
||||
sidekiq (>= 3.0)
|
||||
shoulda-matchers (6.3.0)
|
||||
shoulda-matchers (6.4.0)
|
||||
activesupport (>= 5.2.0)
|
||||
sidekiq (6.5.12)
|
||||
connection_pool (>= 2.2.5, < 3)
|
||||
|
@ -604,7 +604,7 @@ DEPENDENCIES
|
|||
sentry-rails
|
||||
sentry-ruby
|
||||
sentry-sidekiq
|
||||
shoulda-matchers (~> 6.3)
|
||||
shoulda-matchers (~> 6.4)
|
||||
sidekiq (< 7)
|
||||
sidekiq-scheduler
|
||||
simplecov
|
||||
|
|
Loading…
Reference in a new issue