aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJarmo Isotalo <jamo@isotalo.fi>2014-02-08 15:30:14 -0800
committerJarmo Isotalo <jamo@isotalo.fi>2014-05-19 00:03:08 +0300
commitadffea62b5dc494e0e6bc2ca256bb592ce85f112 (patch)
tree15c1256914f887bc5b56442eef7b25cd20425822 /Gemfile
parentd29074af7a3da82ec4bab4f96ab802edeaa1cdb4 (diff)
downloadrails-adffea62b5dc494e0e6bc2ca256bb592ce85f112.tar.gz
rails-adffea62b5dc494e0e6bc2ca256bb592ce85f112.tar.bz2
rails-adffea62b5dc494e0e6bc2ca256bb592ce85f112.zip
Upgraded rack
As Rack has some non backwards compatible changes added required modifications to keep behaviour in rails close to same as before. Also modified generators to include rack/rack for not yet released version of rack
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 43efc925d9..69faa96e2c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,6 +7,7 @@ gemspec
# ensure correct loading order
gem 'mocha', '~> 0.14', require: false
+gem 'rack', github: 'rack/rack'
gem 'rack-cache', '~> 1.2'
gem 'jquery-rails', '~> 3.1.0'
gem 'turbolinks'