Skip to content

Commit

Permalink
Fix the simplecov version because cc-test-reporter does not support s…
Browse files Browse the repository at this point in the history
…implecov v0.18.x now.

See: codeclimate/test-reporter#413
  • Loading branch information
ryosuke_sato committed Feb 27, 2020
1 parent 26da2a7 commit fca144d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 6 additions & 4 deletions Gemfile.lock
Expand Up @@ -19,6 +19,7 @@ GEM
faraday (1.0.0)
multipart-post (>= 1.2, < 3)
jaro_winkler (1.5.4)
json (2.3.0)
method_source (0.9.2)
multipart-post (2.1.1)
octokit (4.16.0)
Expand Down Expand Up @@ -71,10 +72,11 @@ GEM
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
simplecov (0.18.5)
simplecov (0.17.1)
docile (~> 1.1)
simplecov-html (~> 0.11)
simplecov-html (0.12.1)
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
thor (1.0.1)
type_struct (0.8.0)
unicode-display_width (1.6.1)
Expand All @@ -93,7 +95,7 @@ DEPENDENCIES
rubocop
rubocop-performance
rubocop-rspec
simplecov
simplecov (= 0.17.1)
yard

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion gem_comet.gemspec
Expand Up @@ -34,6 +34,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop'
spec.add_development_dependency 'rubocop-performance'
spec.add_development_dependency 'rubocop-rspec'
spec.add_development_dependency 'simplecov'
spec.add_development_dependency 'simplecov', '0.17.1'
spec.add_development_dependency 'yard'
end

0 comments on commit fca144d

Please sign in to comment.