Skip to content

Commit

Permalink
Changed Simplecov to 0.17.1 in Gemfile and Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
MayZamudio committed May 2, 2024
1 parent aa7de8d commit dbe76fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ group :test do
gem 'fake_stripe'
gem 'webdrivers','>= 5.2.0', require: false
gem 'rspec-json_expectations'
gem 'simplecov'
gem 'simplecov', '0.17.1'
gem 'timecop'
gem 'webmock'
gem 'vcr'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ GEM
thor (>= 0.14, < 2.0)
jquery-ui-rails (5.0.5)
railties (>= 3.2.16)
json (2.6.3)
json (2.7.2)
launchy (2.4.3)
addressable (~> 2.3)
listen (2.10.1)
Expand Down Expand Up @@ -293,7 +293,7 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
simplecov (0.17.0)
simplecov (0.17.1)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
Expand Down Expand Up @@ -404,7 +404,7 @@ DEPENDENCIES
rspec-rails
sassc-rails
scout_apm
simplecov
simplecov (= 0.17.1)
sprockets-rails
sqlite3 (= 1.3.13)
sslrequirement
Expand Down

0 comments on commit dbe76fb

Please sign in to comment.