Skip to content

Commit

Permalink
Peg simplecov to deal with codeclimate/test-reporter#413
Browse files Browse the repository at this point in the history
  • Loading branch information
abrom committed Mar 28, 2022
1 parent 5fff77c commit d97040a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fountain.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop', '~> 1.21'
spec.add_development_dependency 'rubocop-rake', '~> 0.6'
spec.add_development_dependency 'rubocop-rspec', '~> 2.5'
spec.add_development_dependency 'simplecov', '~> 0.16'
spec.add_development_dependency 'simplecov', '~> 0.16', '< 0.18'
spec.add_development_dependency 'webmock', '~> 2.3'
end

1 comment on commit d97040a

@pboling
Copy link

@pboling pboling commented on d97040a Mar 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @abrom - I just wrote a new gem that uses the latest simplecov, with code climate.

I wrote a more complete article about the setup on dev.to

Please sign in to comment.