Skip to content

Commit

Permalink
Upgrade: Bump shoulda-matchers from 5.2.0 to 5.3.0
Browse files Browse the repository at this point in the history
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 5.2.0 to 5.3.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.2.0...v5.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and KevinMulhern committed Jan 10, 2023
1 parent 74dede1 commit c99cdb5
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 @@ -67,7 +67,7 @@ group :test do
gem 'erb_lint', '~> 0.3', require: false
gem 'factory_bot_rails', '~> 6.2'
gem 'rspec-retry', '~> 0.6'
gem 'shoulda-matchers', '~> 5.2'
gem 'shoulda-matchers', '~> 5.3'
gem 'simplecov', '~> 0.22', require: false
gem 'vcr', '~> 6.1'
gem 'webmock', '~> 3.18'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ GEM
rack-proxy (>= 0.6.1)
railties (>= 5.2)
semantic_range (>= 2.3.0)
shoulda-matchers (5.2.0)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
sidekiq (6.5.5)
connection_pool (>= 2.2.2)
Expand Down Expand Up @@ -621,7 +621,7 @@ DEPENDENCIES
sentry-ruby (~> 5.5)
sentry-sidekiq (~> 5.7)
shakapacker (= 6.5.5)
shoulda-matchers (~> 5.2)
shoulda-matchers (~> 5.3)
sidekiq (~> 6.5)
simplecov (~> 0.22)
turbo-rails (~> 1.3)
Expand Down

0 comments on commit c99cdb5

Please sign in to comment.