summaryrefslogtreecommitdiff
path: root/www/rubygem-http3/files/patch-gemspec
blob: 4150b9369ddc5a7ce49c660bdfe9ca1c1d64792b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- http.gemspec.orig	2021-10-25 12:18:31 UTC
+++ http.gemspec
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
   end
 
   if s.respond_to? :add_runtime_dependency then
-    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"])