Skip to content

Commit

Permalink
another attempt to lock standard before it dropped ruby 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
danmayer committed Aug 23, 2020
1 parent c155a5e commit f9ad35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverband.gemspec
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rack-test"
spec.add_development_dependency "rake"
spec.add_development_dependency "resque"
spec.add_development_dependency "standard", "~> 0.4.6"
spec.add_development_dependency "standard", "= 0.4.6"
spec.add_development_dependency "standardrb"

spec.add_development_dependency "coveralls"
Expand Down

0 comments on commit f9ad35f

Please sign in to comment.