Skip to content

Commit

Permalink
Merge pull request #1830 from Retrospring/dependabot/bundler/shoulda-…
Browse files Browse the repository at this point in the history
…matchers-6.3.0
  • Loading branch information
dependabot[bot] authored Aug 13, 2024
2 parents 0deaa54 + 7b273a5 commit db897d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.2"
gem "shoulda-matchers", "~> 6.3"
gem "simplecov", require: false
gem "simplecov-cobertura", require: false
gem "simplecov-json", require: false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ GEM
childprocess (5.0.0)
chunky_png (1.4.0)
colorize (1.1.0)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
crass (1.0.6)
cssbundling-rails (1.4.1)
Expand Down Expand Up @@ -460,7 +460,7 @@ GEM
sentry-sidekiq (5.18.2)
sentry-ruby (~> 5.18.2)
sidekiq (>= 3.0)
shoulda-matchers (6.2.0)
shoulda-matchers (6.3.0)
activesupport (>= 5.2.0)
sidekiq (6.5.12)
connection_pool (>= 2.2.5, < 3)
Expand Down Expand Up @@ -604,7 +604,7 @@ DEPENDENCIES
sentry-rails
sentry-ruby
sentry-sidekiq
shoulda-matchers (~> 6.2)
shoulda-matchers (~> 6.3)
sidekiq (< 7)
sidekiq-scheduler
simplecov
Expand Down

0 comments on commit db897d2

Please sign in to comment.