aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-12-22 15:45:10 -0600
committerJoshua Peek <josh@joshpeek.com>2009-12-22 15:46:15 -0600
commit17b6053083767e5747c0f522b83a69e268d9d69e (patch)
treed68cd108adff5ad55c5eb4410d27a417d21b8395 /Gemfile
parent4964d3b02cd5c87d821ab7d41d243154c727185d (diff)
downloadrails-17b6053083767e5747c0f522b83a69e268d9d69e.tar.gz
rails-17b6053083767e5747c0f522b83a69e268d9d69e.tar.bz2
rails-17b6053083767e5747c0f522b83a69e268d9d69e.zip
Float on rack/master in preparation for rack 1.1 gem release
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d979add5b3..7ef6c2e6f2 100644
--- a/Gemfile
+++ b/Gemfile
@@ -13,7 +13,7 @@ gem "pg", ">= 0.8.0"
gem "mysql", ">= 2.8.1"
# AP
-gem "rack", "1.0.1", :git => "git://github.com/rails/rack.git"
+gem "rack", "1.1.0", :git => "git://github.com/rack/rack.git"
gem "RedCloth", ">= 4.2.2"
if ENV['CI']