Skip to content

Commit

Permalink
Downgrade simplecov
Browse files Browse the repository at this point in the history
Downgrade simplecov in an effort to get CodeClimate code coverage
working. See: codeclimate/test-reporter#413.
  • Loading branch information
jacoblockard99 committed Jul 9, 2021
1 parent 34abb53 commit e99da28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middlegem.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_development_dependency 'rubocop-rspec'
spec.add_development_dependency 'simplecov'
spec.add_development_dependency 'simplecov', '0.17'

# Uncomment to register a new dependency of your gem
# spec.add_dependency "example-gem", "~> 1.0"
Expand Down

0 comments on commit e99da28

Please sign in to comment.