Skip to content

Commit

Permalink
Merge pull request #7065 from ministryofjustice/dependabot/bundler/sh…
Browse files Browse the repository at this point in the history
…oulda-matchers-6.4.0

build(deps-dev): bump shoulda-matchers from 6.3.1 to 6.4.0
  • Loading branch information
colinbruce authored Aug 20, 2024
2 parents d33f590 + f10c0fc commit 69a9375
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ group :test do
gem "rails-controller-testing"
gem "rspec-sidekiq"
gem "selenium-webdriver"
gem "shoulda-matchers", "~> 6.3"
gem "shoulda-matchers", "~> 6.4"
gem "simplecov", require: false
gem "simplecov-rcov"
gem "super_diff"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ GEM
sentry-ruby (~> 5.19.0)
sidekiq (>= 3.0)
shellany (0.0.1)
shoulda-matchers (6.3.1)
shoulda-matchers (6.4.0)
activesupport (>= 5.2.0)
sidekiq (7.3.1)
concurrent-ruby (< 2)
Expand Down Expand Up @@ -839,7 +839,7 @@ DEPENDENCIES
sentry-rails (>= 4.8.0)
sentry-ruby
sentry-sidekiq
shoulda-matchers (~> 6.3)
shoulda-matchers (~> 6.4)
sidekiq (~> 7.3.1)
sidekiq-status (~> 3.0.3)
simple_command
Expand Down

0 comments on commit 69a9375

Please sign in to comment.