aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-01-12 21:12:44 +0100
committerXavier Noria <fxn@hashref.com>2011-01-12 21:12:44 +0100
commit74188cbff426f35378be876e3c83c798aa6a4a43 (patch)
tree6bc207143149488b1c61da22dc353e565084a145 /Gemfile
parent37bd45f893eda2e59fb5a71f70c568108141edb5 (diff)
downloadrails-74188cbff426f35378be876e3c83c798aa6a4a43.tar.gz
rails-74188cbff426f35378be876e3c83c798aa6a4a43.tar.bz2
rails-74188cbff426f35378be876e3c83c798aa6a4a43.zip
upgrades RedCloth dependency to ~> 4.2, adds RedCloth to the project's Rakefile, removes gem call from the guides generator (use bundle exec if needed)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 91e675c398..e8628d7eee 100644
--- a/Gemfile
+++ b/Gemfile
@@ -14,6 +14,7 @@ gem "rake", ">= 0.8.7"
gem "mocha", ">= 0.9.8"
gem "rdoc", "~> 3.4"
gem "horo", "= 1.0.3"
+gem "RedCloth", "~> 4.2"
# for perf tests
gem "faker"