use rack from master branch

it's needed until new rack release with Rack::BodyProxy fixes
b06ef82876
This commit is contained in:
Sergey Nartimov 2012-01-16 14:42:23 +03:00
parent 2b812408c9
commit 23cb3d2f09
2 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,8 @@ source 'https://rubygems.org'
gemspec
gem 'rack', :git => 'git://github.com/rack/rack.git'
if ENV['AREL']
gem 'arel', :path => ENV['AREL']
else

View File

@ -2,6 +2,8 @@ source 'https://rubygems.org'
<%= rails_gemfile_entry -%>
gem 'rack', :git => 'https://github.com/rack/rack.git'
<%= database_gemfile_entry -%>
<%= "gem 'jruby-openssl'\n" if defined?(JRUBY_VERSION) -%>