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 Jan 24, 2023
1 parent 054439d commit 51b862b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ group :test do
gem "webdrivers"
gem "codecov", require: false
gem "database_cleaner"
gem "shoulda-matchers", "~> 3.1.2"
gem "shoulda-matchers", "~> 5.3.0"
gem "simplecov", require: false
gem "stripe-ruby-mock", github: "smakani/stripe-ruby-mock"
gem "timecop"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ GEM
codecov (0.2.12)
json
simplecov
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.0)
crass (1.0.6)
dante (0.2.0)
database_cleaner (2.0.1)
Expand Down Expand Up @@ -319,8 +319,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 @@ -420,7 +420,7 @@ DEPENDENCIES
rubocop-performance
sassc-rails (~> 2.1)
selenium-webdriver
shoulda-matchers (~> 3.1.2)
shoulda-matchers (~> 5.3.0)
simplecov
spring
spring-watcher-listen (~> 2.0.0)
Expand Down

0 comments on commit 51b862b

Please sign in to comment.