mirror of
https://github.com/lostisland/faraday.git
synced 2025-11-22 00:08:56 -05:00
Update sinatra dependency; loosen rack version constraint
This commit is contained in:
parent
54d4813c98
commit
07e898f26b
2
Gemfile
2
Gemfile
@ -5,7 +5,7 @@ source "http://rubygems.org"
|
||||
# and rake tasks are available in development mode:
|
||||
group :development, :test do
|
||||
gem 'patron', '~> 0.4'
|
||||
gem 'sinatra', '~> 1.0'
|
||||
gem 'sinatra', '~> 1.1'
|
||||
gem 'typhoeus', '~> 0.1'
|
||||
end
|
||||
|
||||
|
||||
12
Gemfile.lock
12
Gemfile.lock
@ -4,7 +4,7 @@ PATH
|
||||
faraday (0.5.1)
|
||||
addressable (~> 2.2.2)
|
||||
multipart-post (~> 1.0.1)
|
||||
rack (~> 1.2.1)
|
||||
rack (>= 1.1.0, < 2)
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
@ -14,8 +14,10 @@ GEM
|
||||
patron (0.4.9)
|
||||
rack (1.2.1)
|
||||
rake (0.8.7)
|
||||
sinatra (1.0)
|
||||
rack (>= 1.0)
|
||||
sinatra (1.1.0)
|
||||
rack (~> 1.1)
|
||||
tilt (~> 1.1)
|
||||
tilt (1.1)
|
||||
typhoeus (0.1.31)
|
||||
rack
|
||||
|
||||
@ -27,7 +29,7 @@ DEPENDENCIES
|
||||
faraday!
|
||||
multipart-post (~> 1.0.1)
|
||||
patron (~> 0.4)
|
||||
rack (~> 1.2.1)
|
||||
rack (>= 1.1.0, < 2)
|
||||
rake (~> 0.8)
|
||||
sinatra (~> 1.0)
|
||||
sinatra (~> 1.1)
|
||||
typhoeus (~> 0.1)
|
||||
|
||||
@ -35,7 +35,7 @@ Gem::Specification.new do |s|
|
||||
s.add_development_dependency('rake', '~> 0.8')
|
||||
s.add_runtime_dependency('addressable', '~> 2.2.2')
|
||||
s.add_runtime_dependency('multipart-post', '~> 1.0.1')
|
||||
s.add_runtime_dependency('rack', '~> 1.2.1')
|
||||
s.add_runtime_dependency('rack', ['>= 1.1.0', "< 2"])
|
||||
|
||||
## Leave this section as-is. It will be automatically generated from the
|
||||
## contents of your Git repository via the gemspec task. DO NOT REMOVE
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user