Skip to content

Commit

Permalink
Use simplecov v0.18.x to try and fix code coverage error
Browse files Browse the repository at this point in the history
  • Loading branch information
ianoxley committed Jul 28, 2023
1 parent 9484557 commit 6e565b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hash_kit.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'pry'
spec.add_development_dependency 'rake'
spec.add_development_dependency 'rspec'
spec.add_development_dependency 'simplecov'
spec.add_development_dependency 'simplecov', '~> 0.18.0'
end

0 comments on commit 6e565b2

Please sign in to comment.