11 lines
477 B
Text
11 lines
477 B
Text
--- http.gemspec.orig 2023-01-06 04:52:44 UTC
|
|
+++ http.gemspec
|
|
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
|
|
|
|
s.specification_version = 4
|
|
|
|
- s.add_runtime_dependency(%q<http_parser.rb>.freeze, ["~> 0.6.0"])
|
|
+ s.add_runtime_dependency(%q<http_parser.rb>.freeze, ["~> 0.6"])
|
|
s.add_runtime_dependency(%q<http-form_data>.freeze, ["~> 2.0"])
|
|
s.add_runtime_dependency(%q<http-cookie>.freeze, ["~> 1.0"])
|
|
s.add_runtime_dependency(%q<addressable>.freeze, ["~> 2.3"])
|