Skip to content

Commit b192e45

Browse files
Bump shoulda-matchers from 6.5.0 to 7.0.1 (#1218)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 26f91af commit b192e45

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
@@ -82,7 +82,7 @@ group :test do
8282
gem 'rspec-openapi', '~> 0.20'
8383
gem 'rspec-retry', github: 'rootstrap/rspec-retry', branch: 'add-intermittent-callback'
8484
gem 'selenium-webdriver', '~> 4.38.0'
85-
gem 'shoulda-matchers', '~> 6.5'
85+
gem 'shoulda-matchers', '~> 7.0'
8686
gem 'simplecov', '~> 0.22.0', require: false
8787
gem 'webmock', '~> 3.26'
8888
end

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,8 @@ GEM
602602
sendgrid (1.2.4)
603603
json
604604
sexp_processor (4.17.3)
605-
shoulda-matchers (6.5.0)
606-
activesupport (>= 5.2.0)
605+
shoulda-matchers (7.0.1)
606+
activesupport (>= 7.1)
607607
simplecov (0.22.0)
608608
docile (~> 1.1)
609609
simplecov-html (~> 0.11)
@@ -717,7 +717,7 @@ DEPENDENCIES
717717
rubocop-rspec_rails (~> 2.31.0)
718718
selenium-webdriver (~> 4.38.0)
719719
sendgrid (~> 1.2.4)
720-
shoulda-matchers (~> 6.5)
720+
shoulda-matchers (~> 7.0)
721721
simplecov (~> 0.22.0)
722722
sprockets-rails (~> 3.5, >= 3.5.2)
723723
strong_migrations (~> 2.5)

0 commit comments

Comments
 (0)