Skip to content

Commit

Permalink
Lock simplecov to 0.16.x.
Browse files Browse the repository at this point in the history
  • Loading branch information
afinetooth committed Apr 8, 2021
1 parent 75fe436 commit 7e74dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ gemspec

gem 'rake', Gem::Version.new(RUBY_VERSION) < Gem::Version.new('1.9.3') ? '~> 10.3' : '>= 10.3'
gem 'rspec', '>= 3.2'
gem 'simplecov', :require => false
gem 'simplecov', '~> 0.16.1', :require => false
gem 'truthy', '>= 1'

if Gem::Version.new(RUBY_VERSION) < Gem::Version.new('1.9')
Expand Down

0 comments on commit 7e74dad

Please sign in to comment.