Skip to content

Commit

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

chore(deps-dev): bump rspec-rails from 6.1.0 to 6.1.1
  • Loading branch information
thomasrockhu-codecov authored Jan 25, 2024
2 parents 1dd5d5c + 37a67f1 commit fe26a26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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', '~> 6.1.0'
gem 'rspec-rails', '~> 6.1.1'
gem 'simplecov'
#Simplecov-cobertura to generate an xml coverage file which can then be uploaded to Codecov
gem 'simplecov-cobertura'
Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ GEM
mutex_m
tzinfo (~> 2.0)
base64 (0.2.0)
bigdecimal (3.1.5)
bigdecimal (3.1.6)
builder (3.2.4)
codecov_opentelem (0.1.7)
concurrent-ruby (1.2.3)
Expand All @@ -99,7 +99,7 @@ GEM
google-protobuf (~> 3.18)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.7.1)
io-console (0.7.2)
irb (1.11.1)
rdoc
reline (>= 0.4.2)
Expand All @@ -113,7 +113,7 @@ GEM
net-smtp
marcel (1.0.2)
mini_mime (1.1.5)
minitest (5.21.1)
minitest (5.21.2)
mutex_m (0.2.0)
net-imap (0.4.9.1)
date
Expand Down Expand Up @@ -379,7 +379,7 @@ GEM
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (6.1.0)
rspec-rails (6.1.1)
actionpack (>= 6.1)
activesupport (>= 6.1)
railties (>= 6.1)
Expand Down Expand Up @@ -434,7 +434,7 @@ DEPENDENCIES
opentelemetry-sdk
puma (~> 6.4)
rails (~> 7.1.3)
rspec-rails (~> 6.1.0)
rspec-rails (~> 6.1.1)
simplecov
simplecov-cobertura
sprockets-rails
Expand Down

0 comments on commit fe26a26

Please sign in to comment.