Skip to content

Commit

Permalink
build(deps-dev): bump shoulda-matchers from 6.1.0 to 6.2.0
Browse files Browse the repository at this point in the history
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 6.1.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@v6.1.0...v6.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dorner committed Mar 18, 2024
1 parent 674e329 commit 8305321
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 @@ -196,7 +196,7 @@ group :test do
# Show code coverage.
gem 'simplecov'
# More concise test ("should") matchers
gem 'shoulda-matchers', '~> 6.1'
gem 'shoulda-matchers', '~> 6.2'
# Mock HTTP requests and ensure they are not called during tests.
gem "webmock", "~> 3.23"
# Interface capybara to chrome headless
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ GEM
mini_mime (1.1.5)
mini_racer (0.8.0)
libv8-node (~> 18.16.0.0)
minitest (5.22.2)
minitest (5.22.3)
monetize (1.12.0)
money (~> 6.12)
money (6.16.0)
Expand Down Expand Up @@ -574,7 +574,7 @@ GEM
sprockets-rails
tilt
shellany (0.0.1)
shoulda-matchers (6.1.0)
shoulda-matchers (6.2.0)
activesupport (>= 5.2.0)
simple_form (5.3.0)
actionpack (>= 5.2)
Expand Down Expand Up @@ -738,7 +738,7 @@ DEPENDENCIES
rubocop-performance
rubocop-rails (~> 2.24.0)
sass-rails
shoulda-matchers (~> 6.1)
shoulda-matchers (~> 6.2)
simple_form
simplecov
sprockets (~> 4.2.1)
Expand Down

0 comments on commit 8305321

Please sign in to comment.