Skip to content

Commit 41317ff

Browse files
dependabot[bot]zetter-rpf
authored andcommitted
Bump shoulda-matchers from 5.3.0 to 7.0.1
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 5.3.0 to 7.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@v5.3.0...v7.0.1) --- updated-dependencies: - dependency-name: shoulda-matchers dependency-version: 7.0.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 809ab1c commit 41317ff

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
@@ -77,7 +77,7 @@ group :test do
7777
gem 'climate_control'
7878
gem 'database_cleaner-active_record'
7979
gem 'selenium-webdriver'
80-
gem 'shoulda-matchers', '~> 5.0'
80+
gem 'shoulda-matchers', '~> 7.0'
8181
gem 'webdrivers'
8282
gem 'webmock'
8383
end

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,8 @@ GEM
537537
bigdecimal
538538
concurrent-ruby (~> 1.0, >= 1.0.2)
539539
logger
540-
shoulda-matchers (5.3.0)
541-
activesupport (>= 5.2.0)
540+
shoulda-matchers (7.0.1)
541+
activesupport (>= 7.1)
542542
simplecov (0.22.0)
543543
docile (~> 1.1)
544544
simplecov-html (~> 0.11)
@@ -657,7 +657,7 @@ DEPENDENCIES
657657
ruby-lsp-rspec (~> 0.1.29)
658658
selenium-webdriver
659659
sentry-rails
660-
shoulda-matchers (~> 5.0)
660+
shoulda-matchers (~> 7.0)
661661
simplecov
662662
statesman
663663
webdrivers

0 commit comments

Comments
 (0)