Skip to content

Commit d5d7329

Browse files
Bump rspec-rails from 7.1.1 to 8.0.0
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 7.1.1 to 8.0.0. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v7.1.1...v8.0.0) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7a3bbc1 commit d5d7329

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Gemfile.lock

Lines changed: 13 additions & 13 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.6.0)
206+
diff-lcs (1.6.1)
207207
drb (2.2.1)
208208
dry-core (1.1.0)
209209
concurrent-ruby (~> 1.0)
@@ -301,7 +301,7 @@ GEM
301301
io-endpoint (0.15.2)
302302
io-event (1.9.0)
303303
io-stream (0.6.1)
304-
irb (1.15.1)
304+
irb (1.15.2)
305305
pp (>= 0.6.0)
306306
rdoc (>= 4.0.0)
307307
reline (>= 0.4.2)
@@ -398,7 +398,7 @@ GEM
398398
byebug (~> 11.0)
399399
pry (>= 0.13, < 0.15)
400400
pstore (0.1.3)
401-
psych (5.2.3)
401+
psych (5.2.5)
402402
date
403403
stringio
404404
public_suffix (6.0.1)
@@ -447,14 +447,14 @@ GEM
447447
rb-inotify (0.11.1)
448448
ffi (~> 1.0)
449449
rchardet (1.8.0)
450-
rdoc (6.12.0)
450+
rdoc (6.13.1)
451451
psych (>= 4.0.0)
452452
redis (5.4.0)
453453
redis-client (>= 0.22.0)
454454
redis-client (0.24.0)
455455
connection_pool
456456
regexp_parser (2.10.0)
457-
reline (0.6.0)
457+
reline (0.6.1)
458458
io-console (~> 0.5)
459459
representable (3.2.0)
460460
declarative (< 0.1.0)
@@ -472,25 +472,25 @@ GEM
472472
rspec-mocks (~> 3.13.0)
473473
rspec-core (3.13.3)
474474
rspec-support (~> 3.13.0)
475-
rspec-expectations (3.13.3)
475+
rspec-expectations (3.13.4)
476476
diff-lcs (>= 1.2.0, < 2.0)
477477
rspec-support (~> 3.13.0)
478478
rspec-files (1.1.3)
479479
rspec (~> 3.0)
480480
rspec-memory (1.0.4)
481481
rspec (~> 3.0)
482-
rspec-mocks (3.13.2)
482+
rspec-mocks (3.13.4)
483483
diff-lcs (>= 1.2.0, < 2.0)
484484
rspec-support (~> 3.13.0)
485-
rspec-rails (7.1.1)
486-
actionpack (>= 7.0)
487-
activesupport (>= 7.0)
488-
railties (>= 7.0)
485+
rspec-rails (8.0.0)
486+
actionpack (>= 7.2)
487+
activesupport (>= 7.2)
488+
railties (>= 7.2)
489489
rspec-core (~> 3.13)
490490
rspec-expectations (~> 3.13)
491491
rspec-mocks (~> 3.13)
492492
rspec-support (~> 3.13)
493-
rspec-support (3.13.2)
493+
rspec-support (3.13.3)
494494
rspec_junit_formatter (0.6.0)
495495
rspec-core (>= 2, < 4, != 2.12.0)
496496
rubocop (1.75.5)
@@ -577,7 +577,7 @@ GEM
577577
actionpack (>= 5.2)
578578
activesupport (>= 5.2)
579579
sprockets (>= 3.0.0)
580-
stringio (3.1.5)
580+
stringio (3.1.7)
581581
terminal-table (3.0.2)
582582
unicode-display_width (>= 1.1.1, < 3)
583583
thor (1.3.2)

0 commit comments

Comments
 (0)