1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Should be rackmount 0.2

This commit is contained in:
Joshua Peek 2009-11-19 18:08:38 -08:00
parent 4236473e31
commit 74a0fb9722

View file

@ -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']