Skip to content

Commit

Permalink
Loosen hashie constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamWhittingham committed Mar 1, 2024
1 parent 026e7fb commit 43e9dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cronofy.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.files += Dir['spec/**/*.rb']
spec.test_files = Dir['spec/**/*.rb']

spec.add_runtime_dependency "hashie", ">= 2.1", "< 5"
spec.add_runtime_dependency "hashie", ">= 2.1", "< 6"
spec.add_runtime_dependency "oauth2", ">= 2.0.4"

spec.add_development_dependency "bundler", ">= 1.6", "< 3"
Expand Down

0 comments on commit 43e9dbd

Please sign in to comment.