Skip to content

Commit 43e9dbd

Browse files
Loosen hashie constraint
1 parent 026e7fb commit 43e9dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cronofy.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717
spec.files += Dir['spec/**/*.rb']
1818
spec.test_files = Dir['spec/**/*.rb']
1919

20-
spec.add_runtime_dependency "hashie", ">= 2.1", "< 5"
20+
spec.add_runtime_dependency "hashie", ">= 2.1", "< 6"
2121
spec.add_runtime_dependency "oauth2", ">= 2.0.4"
2222

2323
spec.add_development_dependency "bundler", ">= 1.6", "< 3"

0 commit comments

Comments
 (0)