Skip to content

Commit

Permalink
Update rack gem dependency to allow rack 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
reinh authored and rtomayko committed Apr 25, 2009
1 parent 310fb9b commit 43a496e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sinatra.gemspec
Expand Up @@ -103,7 +103,7 @@ Gem::Specification.new do |s|
s.test_files = s.files.select {|path| path =~ /^test\/.*_test.rb/}

s.extra_rdoc_files = %w[README.rdoc LICENSE]
s.add_dependency 'rack', '>= 0.9.1', '< 1.0'
s.add_dependency 'rack', '>= 0.9.1'
s.add_development_dependency 'shotgun', '>= 0.2', '< 1.0'

s.has_rdoc = true
Expand Down

0 comments on commit 43a496e

Please sign in to comment.