Skip to content

Commit

Permalink
Fix typo, fixup 77bbc59
Browse files Browse the repository at this point in the history
  • Loading branch information
dsander committed Feb 2, 2021
1 parent 7963d61 commit 38d3572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pronto.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Gem::Specification.new do |s|
s.add_development_dependency('rspec-its', '~> 1.2')
s.add_development_dependency('rspec-expectations', '~> 3.4')
s.add_development_dependency('rubocop', '~> 0.58')
# Enforces a rubocop version that is supported by CodeClimate, they support 0.17.x or >= 0.20
# Enforces a simplecov version that is supported by CodeClimate, they support 0.17.x or >= 0.20 (https://docs.codeclimate.com/docs/configuring-test-coverage)
s.add_development_dependency('simplecov', '~> 0.17', '!= 0.18.0', '!= 0.18.1', '!= 0.18.2', '!= 0.18.3', '!= 0.18.4',
'!= 0.18.5', '!= 0.19.0', '!= 0.19.1')
end

0 comments on commit 38d3572

Please sign in to comment.