Skip to content

Commit

Permalink
Technical/Update simplecov (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
bestwebua authored Jan 27, 2022
1 parent 2fbb516 commit 35b8ba9
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 @@ -26,5 +26,5 @@ end

group :test do
gem 'json_matchers', '~> 0.11.1', require: false
gem 'simplecov', '~> 0.17.1', require: false
gem 'simplecov', '~> 0.21.2', require: false
end
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ GEM
ice_nine (0.11.2)
iniparse (1.5.0)
io-wait (0.2.1)
json (2.6.1)
json_matchers (0.11.1)
json_schema
json_schema (0.21.0)
Expand Down Expand Up @@ -112,11 +111,12 @@ GEM
ruby_parser (3.18.1)
sexp_processor (~> 4.16)
sexp_processor (4.16.0)
simplecov (0.17.1)
simplecov (0.21.2)
docile (~> 1.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
simplecov-html (~> 0.11)
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.3)
simpleidn (0.2.1)
unf (~> 0.1.4)
thin (1.8.1)
Expand Down Expand Up @@ -150,7 +150,7 @@ DEPENDENCIES
rubocop (~> 1.24, >= 1.24.1)
rubocop-performance (~> 1.13, >= 1.13.1)
rubocop-rspec (~> 2.7)
simplecov (~> 0.17.1)
simplecov (~> 0.21.2)
thin (~> 1.8, >= 1.8.1)
truemail (~> 2.6)

Expand Down

0 comments on commit 35b8ba9

Please sign in to comment.