mirror of
https://github.com/samsonjs/instapaper.git
synced 2026-03-25 08:55:49 +00:00
update http dependency to 0.9
This commit is contained in:
parent
95b6be116b
commit
13b278932b
1 changed files with 3 additions and 3 deletions
|
|
@ -4,10 +4,10 @@ require 'instapaper/version'
|
|||
|
||||
Gem::Specification.new do |spec|
|
||||
spec.add_dependency 'addressable', '~> 2.3'
|
||||
spec.add_dependency 'http', '~> 0.7.1'
|
||||
spec.add_dependency 'http', '~> 0.9'
|
||||
spec.add_dependency 'multi_json', '~> 1'
|
||||
spec.add_dependency 'simple_oauth'
|
||||
spec.add_dependency 'virtus'
|
||||
spec.add_dependency 'simple_oauth', '~> 0.3'
|
||||
spec.add_dependency 'virtus', '~> 1'
|
||||
spec.add_development_dependency 'bundler', '~> 1.0'
|
||||
spec.author = 'Steve Agalloco'
|
||||
spec.description = "Ruby Client for Instapaper's Full API"
|
||||
|
|
|
|||
Loading…
Reference in a new issue