Skip to content

Commit

Permalink
Update simplecov dependency to 0.14.1
Browse files Browse the repository at this point in the history
Fix: #116
  • Loading branch information
tagliala committed Mar 23, 2017
1 parent 79010bf commit 0b92c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coveralls-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|
gem.required_ruby_version = '>= 1.8.7'

gem.add_dependency 'json', '>= 1.8', '< 3'
gem.add_dependency 'simplecov', '~> 0.12.0'
gem.add_dependency 'simplecov', '~> 0.14.1'
gem.add_dependency 'tins', '~> 1.6'
gem.add_dependency 'term-ansicolor', '~> 1.3'
gem.add_dependency 'thor', '~> 0.19.4'
Expand Down

0 comments on commit 0b92c9b

Please sign in to comment.