Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Merge pull request #9 from ChuckJHardy/master
Browse files Browse the repository at this point in the history
Allow Simplecov to be updated to version 0.11.x
  • Loading branch information
machadoit committed Dec 28, 2015
2 parents 1291bb0 + 6d5350e commit f93533d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codacy-coverage.gemspec
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|

gem.required_ruby_version = '>= 1.9.2'

gem.add_dependency 'simplecov', '~> 0.10.0'
gem.add_dependency 'simplecov', '>= 0.10.0'
gem.add_dependency 'rest-client', '~> 1.8'

gem.add_development_dependency 'bundler', '~> 1.7'
Expand Down

0 comments on commit f93533d

Please sign in to comment.