Skip to content

Commit f0ef572

Browse files
authored
Merge pull request #2404 from codebar/dependabot/bundler/shoulda-matchers-7.0.1
chore(deps-dev): bump shoulda-matchers from 6.5.0 to 7.0.1
2 parents 3153a71 + aecee6c commit f0ef572

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)