Skip to content

Commit

Permalink
Merge pull request #73 from hharen/dependabot/bundler/simplecov-0.22.0
Browse files Browse the repository at this point in the history
Bump simplecov from 0.21.2 to 0.22.0
  • Loading branch information
hharen authored Dec 14, 2023
2 parents 3314238 + 5a9b5d6 commit 76cbe34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ group :development, :test do
gem 'rspec-rails', '~> 6.0'
gem 'rubocop-rspec', '~> 2.7', require: false
gem 'rubocop-rails', '~> 2.17', require: false
gem 'simplecov', '~> 0.21.2', require: false
gem 'simplecov', '~> 0.22.0', require: false
# See https://edgeguides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem
gem "debug", ">= 1.0.0", platforms: %i[ mri mingw x64_mingw ]
end
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
simplecov (0.21.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
Expand Down Expand Up @@ -354,7 +354,7 @@ DEPENDENCIES
rubocop-rspec (~> 2.7)
sass-rails (~> 6.0)
selenium-webdriver (>= 4.0.0)
simplecov (~> 0.21.2)
simplecov (~> 0.22.0)
slim (~> 5.1, >= 5.1.1)
spring
stimulus-rails (~> 1.2, >= 1.2.2)
Expand Down

0 comments on commit 76cbe34

Please sign in to comment.