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

RedCloth 4.1.9 is OK.

This commit is contained in:
Andreas Scherer 2009-02-21 18:13:03 +01:00
parent 650a4fd9c6
commit bd45029f55

View file

@ -9,7 +9,7 @@ require "action_view"
# Require rubygems after loading Action View
require 'rubygems'
begin
gem 'RedCloth', '= 4.1.1'# Need exactly 4.1.1
gem 'RedCloth', '>= 4.1.1'# Need exactly 4.1.1
rescue Gem::LoadError
$stderr.puts %(Missing the RedCloth 4.1.1 gem.\nPlease `gem install -v=4.1.1 RedCloth` to generate the guides.)
exit 1