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:
parent
650a4fd9c6
commit
bd45029f55
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue