Skip to content

Commit c7b1838

Browse files
build(deps-dev): bump rspec-rails from 7.1.1 to 8.0.0 (#4332)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a6bcf4f commit c7b1838

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ group :test do
8181
gem 'rspec-collection_matchers'
8282
gem 'rspec-instafail'
8383
gem 'rspec-its'
84-
gem 'rspec-rails', '~> 7.1.1'
84+
gem 'rspec-rails', '~> 8.0.0'
8585
gem 'rspec-wait'
8686
gem 'rubocop', '~> 1.75.4'
8787
gem 'rubocop-capybara'

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ GEM
124124
simplecov (<= 0.13)
125125
coderay (1.1.3)
126126
concurrent-ruby (1.3.5)
127-
connection_pool (2.5.1)
127+
connection_pool (2.5.3)
128128
crack (1.0.0)
129129
bigdecimal
130130
rexml
@@ -267,7 +267,7 @@ GEM
267267
concurrent-ruby (~> 1.0)
268268
io-console (0.8.0)
269269
ipaddress (0.8.3)
270-
irb (1.15.1)
270+
irb (1.15.2)
271271
pp (>= 0.6.0)
272272
rdoc (>= 4.0.0)
273273
reline (>= 0.4.2)
@@ -371,7 +371,7 @@ GEM
371371
pry-byebug (3.11.0)
372372
byebug (~> 12.0)
373373
pry (>= 0.13, < 0.16)
374-
psych (5.2.3)
374+
psych (5.2.4)
375375
date
376376
stringio
377377
public_suffix (6.0.2)
@@ -411,14 +411,14 @@ GEM
411411
ffi (~> 1.0)
412412
rbs (3.9.2)
413413
logger
414-
rdoc (6.12.0)
414+
rdoc (6.13.1)
415415
psych (>= 4.0.0)
416416
redis (5.4.0)
417417
redis-client (>= 0.22.0)
418418
redis-client (0.23.2)
419419
connection_pool
420420
regexp_parser (2.10.0)
421-
reline (0.6.0)
421+
reline (0.6.1)
422422
io-console (~> 0.5)
423423
representable (3.2.0)
424424
declarative (< 0.1.0)
@@ -443,26 +443,26 @@ GEM
443443
rspec-expectations (>= 2.99.0.beta1)
444444
rspec-core (3.13.3)
445445
rspec-support (~> 3.13.0)
446-
rspec-expectations (3.13.3)
446+
rspec-expectations (3.13.4)
447447
diff-lcs (>= 1.2.0, < 2.0)
448448
rspec-support (~> 3.13.0)
449449
rspec-instafail (1.0.0)
450450
rspec
451451
rspec-its (2.0.0)
452452
rspec-core (>= 3.13.0)
453453
rspec-expectations (>= 3.13.0)
454-
rspec-mocks (3.13.2)
454+
rspec-mocks (3.13.3)
455455
diff-lcs (>= 1.2.0, < 2.0)
456456
rspec-support (~> 3.13.0)
457-
rspec-rails (7.1.1)
458-
actionpack (>= 7.0)
459-
activesupport (>= 7.0)
460-
railties (>= 7.0)
457+
rspec-rails (8.0.0)
458+
actionpack (>= 7.2)
459+
activesupport (>= 7.2)
460+
railties (>= 7.2)
461461
rspec-core (~> 3.13)
462462
rspec-expectations (~> 3.13)
463463
rspec-mocks (~> 3.13)
464464
rspec-support (~> 3.13)
465-
rspec-support (3.13.2)
465+
rspec-support (3.13.3)
466466
rspec-wait (1.0.1)
467467
rspec (>= 3.4)
468468
rspec_api_documentation (6.1.0)
@@ -565,7 +565,7 @@ GEM
565565
steno (1.3.5)
566566
fluent-logger
567567
yajl-ruby (~> 1.0)
568-
stringio (3.1.2)
568+
stringio (3.1.7)
569569
talentbox-delayed_job_sequel (4.3.0)
570570
delayed_job (~> 4.1.0)
571571
sequel (>= 3.38, < 6.0)
@@ -600,7 +600,7 @@ GEM
600600
yard (0.9.37)
601601
yard-solargraph (0.1.0)
602602
yard (~> 0.9)
603-
zeitwerk (2.7.1)
603+
zeitwerk (2.7.2)
604604

605605
PLATFORMS
606606
ruby
@@ -668,7 +668,7 @@ DEPENDENCIES
668668
rspec-collection_matchers
669669
rspec-instafail
670670
rspec-its
671-
rspec-rails (~> 7.1.1)
671+
rspec-rails (~> 8.0.0)
672672
rspec-wait
673673
rspec_api_documentation (>= 6.1.0)
674674
rubocop (~> 1.75.4)

0 commit comments

Comments
 (0)