Skip to content

Commit aecee6c

Browse files
chore(deps-dev): bump shoulda-matchers from 6.5.0 to 7.0.1
Bumps [shoulda-matchers](https://github.com/thoughtbot/shoulda-matchers) from 6.5.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@v6.5.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 c795abb commit aecee6c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ group :test do
107107
gem 'capybara'
108108
gem 'selenium-webdriver'
109109
gem 'database_cleaner'
110-
gem 'shoulda-matchers', '~> 6.5'
110+
gem 'shoulda-matchers', '~> 7.0'
111111
gem 'simplecov', require: false
112112
gem 'simplecov-lcov', require: false
113113
gem 'timecop', '~> 0.9.10'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,8 @@ GEM
515515
websocket (~> 1.0)
516516
semantic_logger (4.17.0)
517517
concurrent-ruby (~> 1.0)
518-
shoulda-matchers (6.5.0)
519-
activesupport (>= 5.2.0)
518+
shoulda-matchers (7.0.1)
519+
activesupport (>= 7.1)
520520
simple_form (5.4.0)
521521
actionpack (>= 7.0)
522522
activemodel (>= 7.0)
@@ -663,7 +663,7 @@ DEPENDENCIES
663663
sassc-rails
664664
scout_apm
665665
selenium-webdriver
666-
shoulda-matchers (~> 6.5)
666+
shoulda-matchers (~> 7.0)
667667
simple_form
668668
simplecov
669669
simplecov-lcov

0 commit comments

Comments
 (0)