Skip to content

Commit

Permalink
Support http v5
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed May 20, 2022
1 parent 5e3038b commit 7a7315c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wechat.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.signing_key = File.expand_path('~/.ssh/gem-private_key.pem') if $PROGRAM_NAME.end_with?('gem')

s.add_runtime_dependency 'activesupport', '>= 3.2', '< 7'
s.add_runtime_dependency 'http', '>= 1.0.4', '< 5'
s.add_runtime_dependency 'http', '>= 1.0.4', '< 6'
s.add_runtime_dependency 'nokogiri', '>=1.6.0'
s.add_runtime_dependency 'thor'
s.add_runtime_dependency 'rexml'
Expand Down

0 comments on commit 7a7315c

Please sign in to comment.