Skip to content

Commit

Permalink
Loosen requirements on async-http to allow git sourcing
Browse files Browse the repository at this point in the history
  • Loading branch information
jellybob committed Nov 13, 2019
1 parent 83ac77c commit 9f1501b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion falcon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|

spec.add_dependency "async", "~> 1.13"
spec.add_dependency "async-io", "~> 1.22"
spec.add_dependency "async-http", "~> 0.48.0"
spec.add_dependency "async-http"
spec.add_dependency "async-container", "~> 0.14.0"

spec.add_dependency "rack", ">= 1.0"
Expand Down

0 comments on commit 9f1501b

Please sign in to comment.