Skip to content

Commit

Permalink
Loosen dependency on simplecov
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed Aug 21, 2020
1 parent b1252df commit 77a16e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aruba.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop-packaging', '~> 0.3.0'
spec.add_development_dependency 'rubocop-performance', '~> 1.7.1'
spec.add_development_dependency 'rubocop-rspec', '~> 1.43.1'
spec.add_development_dependency 'simplecov', '~> 0.18.0'
spec.add_development_dependency 'simplecov', ['>= 0.18.0', '< 0.20.0']
spec.add_development_dependency 'yard-junk', '~> 0.0.7'

spec.rubygems_version = '>= 1.6.1'
Expand Down

0 comments on commit 77a16e6

Please sign in to comment.