Skip to content

Commit 0e45dfd

Browse files
Bump shoulda-matchers from 7.0.1 to 8.0.1
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 7.0.1 to 8.0.1. - [Release notes](https://github.com/thoughtbot/shoulda-matchers/releases) - [Changelog](https://github.com/thoughtbot/shoulda-matchers/blob/main/CHANGELOG.md) - [Commits](thoughtbot/shoulda-matchers@v7.0.1...v8.0.1) --- updated-dependencies: - dependency-name: shoulda-matchers dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f0154b commit 0e45dfd

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ group :test do
8181
gem 'climate_control'
8282
gem 'database_cleaner-active_record'
8383
gem 'selenium-webdriver'
84-
gem 'shoulda-matchers', '~> 7.0'
84+
gem 'shoulda-matchers', '~> 8.0'
8585
gem 'webdrivers'
8686
gem 'webmock'
8787
end

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -520,8 +520,8 @@ GEM
520520
bigdecimal
521521
concurrent-ruby (~> 1.0, >= 1.0.2)
522522
logger
523-
shoulda-matchers (7.0.1)
524-
activesupport (>= 7.1)
523+
shoulda-matchers (8.0.1)
524+
activesupport (>= 7.2)
525525
simplecov (0.22.0)
526526
docile (~> 1.1)
527527
simplecov-html (~> 0.11)
@@ -635,7 +635,7 @@ DEPENDENCIES
635635
ruby-vips
636636
selenium-webdriver
637637
sentry-rails
638-
shoulda-matchers (~> 7.0)
638+
shoulda-matchers (~> 8.0)
639639
simplecov
640640
statesman
641641
webdrivers

0 commit comments

Comments
 (0)