mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-03-25 08:55:49 +00:00
update http dependency to v2
This commit is contained in:
parent
ea87e11216
commit
7233d85c97
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ require 'instapaper/version'
|
|||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.add_dependency 'addressable', '~> 2.3'
|
||||
spec.add_dependency 'http', '~> 1.0'
|
||||
spec.add_dependency 'http', '~> 2'
|
||||
spec.add_dependency 'multi_json', '~> 1'
|
||||
spec.add_dependency 'simple_oauth', '~> 0.3'
|
||||
spec.add_dependency 'virtus', '~> 1'
|
||||
|
|
|
|||
Loading…
Reference in a new issue