aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-09-20 10:18:44 +0200
committerJosé Valim <jose.valim@gmail.com>2010-10-03 21:24:22 +0200
commit50215f9525b6b5e3bfe703724b9f68177ed8565d (patch)
tree1574d048d9da01a941313592bf433431572497b9 /Gemfile
parent5836af8f8b0eb3c569c66792abf50a0485bb6f22 (diff)
downloadrails-50215f9525b6b5e3bfe703724b9f68177ed8565d.tar.gz
rails-50215f9525b6b5e3bfe703724b9f68177ed8565d.tar.bz2
rails-50215f9525b6b5e3bfe703724b9f68177ed8565d.zip
Rely on Rack::Session stores API for more compatibility across the Ruby world.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 9d29c42e1c..7fe1c3ad22 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,6 +6,7 @@ else
gem "arel", :git => "git://github.com/rails/arel.git"
end
+gem "rack", :git => "git://github.com/rack/rack.git"
gem "rails", :path => File.dirname(__FILE__)
gem "rake", ">= 0.8.7"