Skip to content
This repository was archived by the owner on Aug 20, 2025. It is now read-only.

Commit efd6f16

Browse files
chore(deps-dev): bump rspec-rails from 8.0.0 to 8.0.1
Bumps [rspec-rails](https://github.com/rspec/rspec-rails) from 8.0.0 to 8.0.1. - [Changelog](https://github.com/rspec/rspec-rails/blob/main/Changelog.md) - [Commits](rspec/rspec-rails@v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: rspec-rails dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d6f2468 commit efd6f16

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
@@ -21,7 +21,7 @@ gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ]
2121
group :development, :test do
2222
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
2323
gem "debug", platforms: %i[ mri mingw x64_mingw ]
24-
gem 'rspec-rails', '~> 8.0.0'
24+
gem 'rspec-rails', '~> 8.0.1'
2525
gem 'simplecov'
2626
#Simplecov-cobertura to generate an xml coverage file which can then be uploaded to Codecov
2727
gem 'simplecov-cobertura'

Gemfile.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ GEM
7272
securerandom (>= 0.3)
7373
tzinfo (~> 2.0, >= 2.0.5)
7474
uri (>= 0.13.1)
75-
base64 (0.2.0)
76-
benchmark (0.4.0)
77-
bigdecimal (3.1.9)
75+
base64 (0.3.0)
76+
benchmark (0.4.1)
77+
bigdecimal (3.2.2)
7878
builder (3.3.0)
7979
codecov_opentelem (0.1.7)
8080
concurrent-ruby (1.3.5)
@@ -86,7 +86,7 @@ GEM
8686
reline (>= 0.3.8)
8787
diff-lcs (1.6.2)
8888
docile (1.4.0)
89-
drb (2.2.1)
89+
drb (2.2.3)
9090
erb (5.0.1)
9191
erubi (1.13.1)
9292
globalid (1.2.1)
@@ -357,7 +357,7 @@ GEM
357357
puma (6.6.0)
358358
nio4r (~> 2.0)
359359
racc (1.8.1)
360-
rack (3.1.15)
360+
rack (3.1.16)
361361
rack-session (2.1.1)
362362
base64 (>= 0.1.0)
363363
rack (>= 3.0.0)
@@ -379,7 +379,7 @@ GEM
379379
activesupport (= 8.0.2)
380380
bundler (>= 1.15.0)
381381
railties (= 8.0.2)
382-
rails-dom-testing (2.2.0)
382+
rails-dom-testing (2.3.0)
383383
activesupport (>= 5.0.0)
384384
minitest
385385
nokogiri (>= 1.6)
@@ -394,30 +394,30 @@ GEM
394394
rake (>= 12.2)
395395
thor (~> 1.0, >= 1.2.2)
396396
zeitwerk (~> 2.6)
397-
rake (13.2.1)
398-
rdoc (6.14.0)
397+
rake (13.3.0)
398+
rdoc (6.14.1)
399399
erb
400400
psych (>= 4.0.0)
401401
reline (0.6.1)
402402
io-console (~> 0.5)
403403
rexml (3.3.9)
404-
rspec-core (3.13.3)
404+
rspec-core (3.13.4)
405405
rspec-support (~> 3.13.0)
406-
rspec-expectations (3.13.4)
406+
rspec-expectations (3.13.5)
407407
diff-lcs (>= 1.2.0, < 2.0)
408408
rspec-support (~> 3.13.0)
409-
rspec-mocks (3.13.4)
409+
rspec-mocks (3.13.5)
410410
diff-lcs (>= 1.2.0, < 2.0)
411411
rspec-support (~> 3.13.0)
412-
rspec-rails (8.0.0)
412+
rspec-rails (8.0.1)
413413
actionpack (>= 7.2)
414414
activesupport (>= 7.2)
415415
railties (>= 7.2)
416416
rspec-core (~> 3.13)
417417
rspec-expectations (~> 3.13)
418418
rspec-mocks (~> 3.13)
419419
rspec-support (~> 3.13)
420-
rspec-support (3.13.3)
420+
rspec-support (3.13.4)
421421
securerandom (0.4.1)
422422
simplecov (0.22.0)
423423
docile (~> 1.1)
@@ -453,7 +453,7 @@ GEM
453453
base64
454454
websocket-extensions (>= 0.1.0)
455455
websocket-extensions (0.1.5)
456-
zeitwerk (2.7.2)
456+
zeitwerk (2.7.3)
457457

458458
PLATFORMS
459459
x86_64-darwin-21
@@ -467,7 +467,7 @@ DEPENDENCIES
467467
opentelemetry-sdk
468468
puma (~> 6.6)
469469
rails (~> 8.0.2)
470-
rspec-rails (~> 8.0.0)
470+
rspec-rails (~> 8.0.1)
471471
simplecov
472472
simplecov-cobertura
473473
sprockets-rails

0 commit comments

Comments
 (0)