Skip to content

Commit

Permalink
Update simplecov dependency to 0.13.0
Browse files Browse the repository at this point in the history
Fix: #116
  • Loading branch information
tagliala committed Jan 30, 2017
1 parent 48795d0 commit 69b328b
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.13.0'
gem.add_dependency 'tins', '~> 1.6'
gem.add_dependency 'term-ansicolor', '~> 1.3'
gem.add_dependency 'thor', '~> 0.19.1'
Expand Down

0 comments on commit 69b328b

Please sign in to comment.