Skip to content

Commit

Permalink
Bump shoulda-matchers from 5.3.0 to 6.4.0
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.4.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.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent c5b2d47 commit 5b42fa5
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 @@ -74,7 +74,7 @@ end

group :test do
gem "simplecov", require: false
gem "shoulda-matchers", "~> 5.0"
gem "shoulda-matchers", "~> 6.4"
end
gem "devise"
gem "friendly_id"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ GEM
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
securerandom (0.3.1)
shoulda-matchers (5.3.0)
shoulda-matchers (6.4.0)
activesupport (>= 5.2.0)
simplecov (0.22.0)
docile (~> 1.1)
Expand Down Expand Up @@ -444,7 +444,7 @@ DEPENDENCIES
rubocop-rails
rubocop-rails-omakase
rubocop-rspec
shoulda-matchers (~> 5.0)
shoulda-matchers (~> 6.4)
simple_form!
simplecov
standard (~> 1.0)
Expand Down

0 comments on commit 5b42fa5

Please sign in to comment.