Skip to content

Commit

Permalink
Bump shoulda-matchers from 3.1.3 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 3.1.3 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@v3.1.3...v5.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 6, 2023
1 parent 48842f6 commit 5be967b
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 @@ -52,7 +52,7 @@ group :test do
gem "capybara-selenium"
gem "database_cleaner"
gem "selenium-webdriver", require: false
gem "shoulda-matchers", "~> 3.1.2"
gem "shoulda-matchers", "~> 5.3.0"
gem "simplecov", require: false
gem "simplecov-cobertura"
gem "stripe-ruby-mock", github: "smakani/stripe-ruby-mock"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,8 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
shoulda-matchers (3.1.3)
activesupport (>= 4.0.0)
shoulda-matchers (5.3.0)
activesupport (>= 5.2.0)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -444,7 +444,7 @@ DEPENDENCIES
rubocop-performance
sassc-rails (~> 2.1)
selenium-webdriver
shoulda-matchers (~> 3.1.2)
shoulda-matchers (~> 5.3.0)
simplecov
simplecov-cobertura
spring
Expand Down

0 comments on commit 5be967b

Please sign in to comment.