Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit fc4df86

Browse files
committed
Specify the version for crack gem in order to pass tests on ruby1.9
1 parent 4baea0a commit fc4df86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hypernova.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Gem::Specification.new do |spec|
3939
spec.add_development_dependency "simplecov", "~> 0.11"
4040
spec.add_development_dependency "pry", "~> 0.10"
4141
spec.add_development_dependency "webmock", "= 2.3.2"
42+
spec.add_development_dependency "crack", "< 0.4.5"
4243
# below works around travis-ci requiring github-pages-health-check, whose subdep public_suffix
4344
# stopped being compatible with ruby 1.9
4445
# see https://github.com/weppos/publicsuffix-ruby/issues/127

0 commit comments

Comments
 (0)