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

Commit 781dcde

Browse files
Merge pull request #234 from codecov/dependabot/bundler/rspec-rails-7.1.0
chore(deps-dev): bump rspec-rails from 7.0.1 to 7.1.0
2 parents 83ee419 + bf9ec47 commit 781dcde

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
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', '~> 7.0.1'
24+
gem 'rspec-rails', '~> 7.1.0'
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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -377,15 +377,15 @@ GEM
377377
reline (0.5.11)
378378
io-console (~> 0.5)
379379
rexml (3.3.9)
380-
rspec-core (3.13.1)
380+
rspec-core (3.13.2)
381381
rspec-support (~> 3.13.0)
382-
rspec-expectations (3.13.2)
382+
rspec-expectations (3.13.3)
383383
diff-lcs (>= 1.2.0, < 2.0)
384384
rspec-support (~> 3.13.0)
385-
rspec-mocks (3.13.1)
385+
rspec-mocks (3.13.2)
386386
diff-lcs (>= 1.2.0, < 2.0)
387387
rspec-support (~> 3.13.0)
388-
rspec-rails (7.0.1)
388+
rspec-rails (7.1.0)
389389
actionpack (>= 7.0)
390390
activesupport (>= 7.0)
391391
railties (>= 7.0)
@@ -394,7 +394,7 @@ GEM
394394
rspec-mocks (~> 3.13)
395395
rspec-support (~> 3.13)
396396
rspec-support (3.13.1)
397-
securerandom (0.3.1)
397+
securerandom (0.3.2)
398398
simplecov (0.22.0)
399399
docile (~> 1.1)
400400
simplecov-html (~> 0.11)
@@ -442,7 +442,7 @@ DEPENDENCIES
442442
opentelemetry-sdk
443443
puma (~> 6.4)
444444
rails (~> 8.0.0)
445-
rspec-rails (~> 7.0.1)
445+
rspec-rails (~> 7.1.0)
446446
simplecov
447447
simplecov-cobertura
448448
sprockets-rails

0 commit comments

Comments
 (0)