Skip to content

Commit 00d7e54

Browse files
Bump rspec-rails from 7.1.0 to 7.1.1
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.0 to 7.1.1. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v7.1.0...v7.1.1) --- updated-dependencies: - dependency-name: rspec-rails dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9b0459d commit 00d7e54

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

Gemfile.lock

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ GEM
203203
railties (>= 4.1.0)
204204
responders
205205
warden (~> 1.2.3)
206-
diff-lcs (1.5.1)
206+
diff-lcs (1.6.0)
207207
drb (2.2.1)
208208
dry-core (1.1.0)
209209
concurrent-ruby (~> 1.0)
@@ -301,7 +301,8 @@ GEM
301301
io-endpoint (0.15.2)
302302
io-event (1.9.0)
303303
io-stream (0.6.1)
304-
irb (1.14.2)
304+
irb (1.15.1)
305+
pp (>= 0.6.0)
305306
rdoc (>= 4.0.0)
306307
reline (>= 0.4.2)
307308
jbuilder (2.13.0)
@@ -373,6 +374,9 @@ GEM
373374
ast (~> 2.4.1)
374375
racc
375376
pg (1.5.9)
377+
pp (0.6.2)
378+
prettyprint
379+
prettyprint (0.2.0)
376380
protocol-hpack (1.5.1)
377381
protocol-http (0.49.0)
378382
protocol-http1 (0.30.0)
@@ -393,7 +397,7 @@ GEM
393397
byebug (~> 11.0)
394398
pry (>= 0.13, < 0.15)
395399
pstore (0.1.3)
396-
psych (5.2.1)
400+
psych (5.2.3)
397401
date
398402
stringio
399403
public_suffix (6.0.1)
@@ -442,14 +446,14 @@ GEM
442446
rb-inotify (0.11.1)
443447
ffi (~> 1.0)
444448
rchardet (1.8.0)
445-
rdoc (6.9.0)
449+
rdoc (6.12.0)
446450
psych (>= 4.0.0)
447451
redis (5.3.0)
448452
redis-client (>= 0.22.0)
449453
redis-client (0.24.0)
450454
connection_pool
451455
regexp_parser (2.10.0)
452-
reline (0.5.12)
456+
reline (0.6.0)
453457
io-console (~> 0.5)
454458
representable (3.2.0)
455459
declarative (< 0.1.0)
@@ -465,7 +469,7 @@ GEM
465469
rspec-core (~> 3.13.0)
466470
rspec-expectations (~> 3.13.0)
467471
rspec-mocks (~> 3.13.0)
468-
rspec-core (3.13.2)
472+
rspec-core (3.13.3)
469473
rspec-support (~> 3.13.0)
470474
rspec-expectations (3.13.3)
471475
diff-lcs (>= 1.2.0, < 2.0)
@@ -477,15 +481,15 @@ GEM
477481
rspec-mocks (3.13.2)
478482
diff-lcs (>= 1.2.0, < 2.0)
479483
rspec-support (~> 3.13.0)
480-
rspec-rails (7.1.0)
484+
rspec-rails (7.1.1)
481485
actionpack (>= 7.0)
482486
activesupport (>= 7.0)
483487
railties (>= 7.0)
484488
rspec-core (~> 3.13)
485489
rspec-expectations (~> 3.13)
486490
rspec-mocks (~> 3.13)
487491
rspec-support (~> 3.13)
488-
rspec-support (3.13.1)
492+
rspec-support (3.13.2)
489493
rspec_junit_formatter (0.6.0)
490494
rspec-core (>= 2, < 4, != 2.12.0)
491495
rubocop (1.73.2)
@@ -568,7 +572,7 @@ GEM
568572
actionpack (>= 5.2)
569573
activesupport (>= 5.2)
570574
sprockets (>= 3.0.0)
571-
stringio (3.1.2)
575+
stringio (3.1.5)
572576
terminal-table (3.0.2)
573577
unicode-display_width (>= 1.1.1, < 3)
574578
thor (1.3.2)

0 commit comments

Comments
 (0)