Skip to content

Commit

Permalink
Merge pull request #234 from codecov/dependabot/bundler/rspec-rails-7…
Browse files Browse the repository at this point in the history
….1.0

chore(deps-dev): bump rspec-rails from 7.0.1 to 7.1.0
  • Loading branch information
thomasrockhu-codecov authored Nov 11, 2024
2 parents 83ee419 + bf9ec47 commit 781dcde
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ gem "tzinfo-data", platforms: %i[ mingw mswin x64_mingw jruby ]
group :development, :test do
# See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", platforms: %i[ mri mingw x64_mingw ]
gem 'rspec-rails', '~> 7.0.1'
gem 'rspec-rails', '~> 7.1.0'
gem 'simplecov'
#Simplecov-cobertura to generate an xml coverage file which can then be uploaded to Codecov
gem 'simplecov-cobertura'
Expand Down
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -377,15 +377,15 @@ GEM
reline (0.5.11)
io-console (~> 0.5)
rexml (3.3.9)
rspec-core (3.13.1)
rspec-core (3.13.2)
rspec-support (~> 3.13.0)
rspec-expectations (3.13.2)
rspec-expectations (3.13.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-mocks (3.13.1)
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-rails (7.0.1)
rspec-rails (7.1.0)
actionpack (>= 7.0)
activesupport (>= 7.0)
railties (>= 7.0)
Expand All @@ -394,7 +394,7 @@ GEM
rspec-mocks (~> 3.13)
rspec-support (~> 3.13)
rspec-support (3.13.1)
securerandom (0.3.1)
securerandom (0.3.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -442,7 +442,7 @@ DEPENDENCIES
opentelemetry-sdk
puma (~> 6.4)
rails (~> 8.0.0)
rspec-rails (~> 7.0.1)
rspec-rails (~> 7.1.0)
simplecov
simplecov-cobertura
sprockets-rails
Expand Down

0 comments on commit 781dcde

Please sign in to comment.