Update sinatra dependency; loosen rack version constraint

This commit is contained in:
Erik Michaels-Ober 2010-10-29 13:20:37 -07:00
parent 54d4813c98
commit 07e898f26b
3 changed files with 9 additions and 7 deletions

View File

@ -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

View File

@ -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)

View File

@ -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