Skip to content

Commit

Permalink
Bump shoulda-matchers from 4.5.1 to 6.0.0
Browse files Browse the repository at this point in the history
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 4.5.1 to 6.0.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@v4.5.1...v6.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 1, 2024
1 parent c0e288b commit d69eea9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ group :development, :test do
gem 'rubocop-performance', '~> 1.14', require: false
gem 'rubocop-rails', '~> 2.15', require: false
gem 'seed_dump'
gem 'shoulda-matchers', '~> 4.0'
gem 'shoulda-matchers', '~> 6.0'
end

group :test do
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ GEM
http-cookie (1.0.5)
domain_name (~> 0.5)
http-form_data (2.3.0)
i18n (1.14.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
irb (1.7.0)
Expand Down Expand Up @@ -148,7 +148,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.2)
mini_portile2 (2.8.2)
minitest (5.18.0)
minitest (5.20.0)
msgpack (1.7.1)
nenv (0.3.0)
net-imap (0.3.4)
Expand Down Expand Up @@ -271,8 +271,8 @@ GEM
activerecord (>= 4)
activesupport (>= 4)
shellany (0.0.1)
shoulda-matchers (4.5.1)
activesupport (>= 4.2.0)
shoulda-matchers (6.0.0)
activesupport (>= 5.2.0)
sprockets (4.2.0)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
Expand All @@ -291,7 +291,7 @@ GEM
websocket-driver (0.7.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
zeitwerk (2.6.8)
zeitwerk (2.6.12)

PLATFORMS
ruby
Expand Down Expand Up @@ -322,7 +322,7 @@ DEPENDENCIES
rubocop-performance (~> 1.14)
rubocop-rails (~> 2.15)
seed_dump
shoulda-matchers (~> 4.0)
shoulda-matchers (~> 6.0)
tzinfo-data

RUBY VERSION
Expand Down

0 comments on commit d69eea9

Please sign in to comment.