Skip to content

Commit

Permalink
Bump shoulda-matchers from 5.3.0 to 6.2.0 (#400)
Browse files Browse the repository at this point in the history
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 5.3.0 to 6.2.0.
- [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases)
- [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/main/CHANGELOG.md)
- [Commits](thoughtbot/shoulda-matchers@v5.3.0...v6.2.0)

---
updated-dependencies:
- dependency-name: shoulda-matchers
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent d79a510 commit 8181bb3
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 @@ -45,7 +45,7 @@ gem "rolify"
gem "sentry-rails", "~> 5.17"

group :test do
gem "shoulda-matchers", "~> 5.0"
gem "shoulda-matchers", "~> 6.2"
gem "simplecov", require: false
end
gem "factory_bot_rails"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ GEM
sentry-ruby (5.17.1)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
shoulda-matchers (5.3.0)
shoulda-matchers (6.2.0)
activesupport (>= 5.2.0)
sidekiq (6.5.12)
connection_pool (>= 2.2.5, < 3)
Expand Down Expand Up @@ -547,7 +547,7 @@ DEPENDENCIES
rubyXL (~> 3.4)
scenic
sentry-rails (~> 5.17)
shoulda-matchers (~> 5.0)
shoulda-matchers (~> 6.2)
sidekiq (~> 6.5)
sidekiq-cron (~> 1.12)
simplecov
Expand Down

0 comments on commit 8181bb3

Please sign in to comment.