Skip to content

Commit

Permalink
Downgrade simplecov
Browse files Browse the repository at this point in the history
  • Loading branch information
elektronaut committed Sep 23, 2020
1 parent 0c8044a commit 3799fd0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ end

group :test do
gem "codeclimate-test-reporter", require: false
gem "simplecov", require: false
gem "simplecov", "~> 0.17.1", require: false
end
10 changes: 6 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ GEM
simplecov
diff-lcs (1.4.4)
docile (1.3.2)
json (2.3.1)
parallel (1.19.2)
parser (2.7.1.4)
ast (~> 2.4.1)
Expand Down Expand Up @@ -41,10 +42,11 @@ GEM
rubocop (~> 0.87)
ruby-prof (1.4.1)
ruby-progressbar (1.10.1)
simplecov (0.19.0)
simplecov (0.17.1)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov-html (0.12.2)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
unicode-display_width (1.7.0)

PLATFORMS
Expand All @@ -57,7 +59,7 @@ DEPENDENCIES
rubocop
rubocop-rspec
ruby-prof
simplecov
simplecov (~> 0.17.1)

BUNDLED WITH
2.1.4

0 comments on commit 3799fd0

Please sign in to comment.