Skip to content

Commit fefb78c

Browse files
authored
Merge pull request #641 from code0-tech/renovate/shoulda-matchers-7.x
Update dependency shoulda-matchers to v7
2 parents eab25c3 + 09eeaac commit fefb78c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ group :development, :test do
4343
gem 'factory_bot_rails', '~> 6.2'
4444
gem 'test-prof', '~> 1.0'
4545

46-
gem 'shoulda-matchers', '~> 6.0'
46+
gem 'shoulda-matchers', '~> 7.0'
4747

4848
gem 'rspec_junit_formatter', '~> 0.6.0', require: false
4949
gem 'rspec-parameterized', '~> 2.0'

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ GEM
7777
ast (2.4.3)
7878
base64 (0.3.0)
7979
bcrypt (3.1.20)
80-
benchmark (0.4.1)
81-
bigdecimal (3.2.3)
80+
benchmark (0.5.0)
81+
bigdecimal (3.3.1)
8282
binding_of_caller (1.0.1)
8383
debug_inspector (>= 1.2.0)
8484
bootsnap (1.18.6)
@@ -186,7 +186,7 @@ GEM
186186
mini_magick (4.13.2)
187187
mini_mime (1.1.5)
188188
mini_portile2 (2.8.9)
189-
minitest (5.25.5)
189+
minitest (5.26.2)
190190
msgpack (1.7.5)
191191
multi_xml (0.7.2)
192192
bigdecimal (~> 3.1)
@@ -360,8 +360,8 @@ GEM
360360
seed-fu (2.3.9)
361361
activerecord (>= 3.1)
362362
activesupport (>= 3.1)
363-
shoulda-matchers (6.5.0)
364-
activesupport (>= 5.2.0)
363+
shoulda-matchers (7.0.1)
364+
activesupport (>= 7.1)
365365
simplecov (0.22.0)
366366
docile (~> 1.1)
367367
simplecov-html (~> 0.11)
@@ -384,7 +384,7 @@ GEM
384384
unparser (0.7.0)
385385
diff-lcs (~> 1.6)
386386
parser (>= 3.3.0)
387-
uri (1.0.4)
387+
uri (1.1.1)
388388
useragent (0.16.11)
389389
websocket-driver (0.7.7)
390390
base64
@@ -426,7 +426,7 @@ DEPENDENCIES
426426
rubocop-rspec (~> 3.0)
427427
rubocop-rspec_rails (~> 2.30)
428428
seed-fu (~> 2.3)
429-
shoulda-matchers (~> 6.0)
429+
shoulda-matchers (~> 7.0)
430430
simplecov (~> 0.22.0)
431431
simplecov-cobertura (~> 3.0)
432432
test-prof (~> 1.0)

0 commit comments

Comments
 (0)