Skip to content

Commit

Permalink
Update simplecov 0.21.2 → 0.22.0 (major) (#220)
Browse files Browse the repository at this point in the history
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
  • Loading branch information
depfu[bot] authored Dec 3, 2023
1 parent 8d13448 commit a071365
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 @@ -23,7 +23,7 @@ group :test do
gem 'mock_redis', '~> 0.19'
gem 'rack-test', '~> 2.0'
gem 'rspec', '~> 3.6'
gem 'simplecov', '~> 0.21.2'
gem 'simplecov', '~> 0.22.0'
gem 'webmock', '~> 3.8'
end

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -98,12 +98,12 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
simplecov (0.21.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
simplecov_json_formatter (0.1.4)
sinatra (3.1.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
Expand Down Expand Up @@ -141,7 +141,7 @@ DEPENDENCIES
rerun (~> 0.13)
rspec (~> 3.6)
rubocop (~> 1.19)
simplecov (~> 0.21.2)
simplecov (~> 0.22.0)
sinatra (~> 3.0)
thin (~> 1.7)
unicorn (~> 6.0)
Expand Down

0 comments on commit a071365

Please sign in to comment.