aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorJoshua Peek <josh@joshpeek.com>2009-11-19 18:08:38 -0800
committerJoshua Peek <josh@joshpeek.com>2009-11-19 18:08:38 -0800
commit74a0fb97223bd8b39f43cceb5de916f6930c8278 (patch)
tree453334402b5239cf7786e6121a9c848f784a8ecb /Gemfile
parent4236473e31d9d31be8c8bc75927d0d0d2739ec4c (diff)
downloadrails-74a0fb97223bd8b39f43cceb5de916f6930c8278.tar.gz
rails-74a0fb97223bd8b39f43cceb5de916f6930c8278.tar.bz2
rails-74a0fb97223bd8b39f43cceb5de916f6930c8278.zip
Should be rackmount 0.2
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 4589af9b28..313b400d9f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -17,7 +17,7 @@ gem "mysql", ">= 2.8.1"
# AP
gem "rack", "1.0.1", :git => "git://github.com/rails/rack.git"
-gem "rack-mount", "0.0.2"
+gem "rack-mount", "0.2.0"
gem "RedCloth", ">= 4.2.2"
if ENV['CI']