Skip to content

Commit

Permalink
Added net-http-persistent back to dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
treeder committed Feb 25, 2015
1 parent 9641d88 commit bc43df9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ PATH
remote: .
specs:
rest (3.0.3)
net-http-persistent (>= 2.9.1)
netrc

GEM
Expand All @@ -12,6 +13,7 @@ GEM
excon (0.44.3)
ffi (1.9.6)
minitest (5.5.1)
net-http-persistent (2.9.4)
netrc (0.10.3)
power_assert (0.2.2)
quicky (0.4.0)
Expand Down
2 changes: 1 addition & 1 deletion rest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|

gem.required_rubygems_version = ">= 1.3.6"
gem.required_ruby_version = Gem::Requirement.new(">= 1.8")
# gem.add_runtime_dependency "net-http-persistent", ">= 2.9.1"
gem.add_runtime_dependency "net-http-persistent", ">= 2.9.1"
gem.add_runtime_dependency "netrc"

gem.add_development_dependency "typhoeus", ">= 0.5.4"
Expand Down

0 comments on commit bc43df9

Please sign in to comment.