Skip to content

Commit

Permalink
Bump shoulda-matchers from 5.1.0 to 5.3.0 (#1044)
Browse files Browse the repository at this point in the history
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 5.1.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.1.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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 58e3712 commit 2f72e8e
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 @@ -90,7 +90,7 @@ group :test do
gem 'ffaker'
gem 'rspec-mocks'
gem 'selenium-webdriver', '~> 4.8'
gem 'shoulda-matchers', '~> 5.1.0'
gem 'shoulda-matchers', '~> 5.3.0'
gem 'simplecov'
gem 'webdrivers', '~> 5.3', require: false
gem 'webmock', '~> 3.14.0'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ GEM
rdf-xsd (~> 3.1)
sparql (~> 3.1)
sxp (~> 1.1)
shoulda-matchers (5.1.0)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
sidekiq (6.5.10)
connection_pool (>= 2.2.5, < 3)
Expand Down Expand Up @@ -1131,7 +1131,7 @@ DEPENDENCIES
rubocop-rspec
sass-rails (~> 6.0.0)
selenium-webdriver (~> 4.8)
shoulda-matchers (~> 5.1.0)
shoulda-matchers (~> 5.3.0)
sidekiq (~> 6.5)
sidekiq-status (~> 3.0.0)
simplecov
Expand Down

0 comments on commit 2f72e8e

Please sign in to comment.