Skip to content

Commit

Permalink
http 1.1 is on the road, so be optimistic
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Guo committed Jan 1, 2016
1 parent 1987790 commit 3171175
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 @@ -25,7 +25,7 @@ instead of previous `on :event, with: 'replace_user' `.
s.add_runtime_dependency 'activesupport', '>= 3.2', '< 5.1.x'
s.add_runtime_dependency 'nokogiri', '>=1.6.0'
s.add_runtime_dependency 'thor'
s.add_runtime_dependency 'http', '>= 1.0.1'
s.add_runtime_dependency 'http', '~> 1.0', '>= 1.0.1'
s.add_development_dependency 'rspec-rails', '~> 3.4'
s.add_development_dependency 'rails', '>= 3.2'
end

0 comments on commit 3171175

Please sign in to comment.