Skip to content

Commit d645c3b

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 d8deb3c commit d645c3b

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

Gemfile.lock

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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.4.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)
@@ -477,7 +481,7 @@ 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)
@@ -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)