Skip to content

Commit 26074c8

Browse files
Bump shoulda-matchers from 6.4.0 to 6.5.0 (#1049)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 63d7f70 commit 26074c8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ group :test do
8181
gem 'rspec-openapi', '~> 0.18'
8282
gem 'rspec-retry', github: 'rootstrap/rspec-retry', branch: 'add-intermittent-callback'
8383
gem 'selenium-webdriver', '~> 4.31.0'
84-
gem 'shoulda-matchers', '~> 6.3'
84+
gem 'shoulda-matchers', '~> 6.5'
8585
gem 'simplecov', '~> 0.22.0', require: false
8686
gem 'webmock', '~> 3.25'
8787
end

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ GEM
162162
sexp_processor
163163
coderay (1.1.3)
164164
concurrent-ruby (1.3.5)
165-
connection_pool (2.5.0)
165+
connection_pool (2.5.3)
166166
crack (1.0.0)
167167
bigdecimal
168168
rexml
@@ -587,7 +587,7 @@ GEM
587587
sendgrid (1.2.4)
588588
json
589589
sexp_processor (4.17.3)
590-
shoulda-matchers (6.4.0)
590+
shoulda-matchers (6.5.0)
591591
activesupport (>= 5.2.0)
592592
simplecov (0.22.0)
593593
docile (~> 1.1)
@@ -699,7 +699,7 @@ DEPENDENCIES
699699
rubocop-rspec_rails (~> 2.31.0)
700700
selenium-webdriver (~> 4.31.0)
701701
sendgrid (~> 1.2.4)
702-
shoulda-matchers (~> 6.3)
702+
shoulda-matchers (~> 6.5)
703703
simplecov (~> 0.22.0)
704704
sprockets-rails (~> 3.5, >= 3.5.2)
705705
strong_migrations (~> 2.3)

0 commit comments

Comments
 (0)