aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/rails_guides.rb
diff options
context:
space:
mode:
authorAndreas Scherer <andreas_coder@freenet.de>2009-02-21 18:13:03 +0100
committerAndreas Scherer <andreas_coder@freenet.de>2009-02-21 18:13:03 +0100
commitbd45029f5552e5a91e0c4a1aa480329c17753277 (patch)
tree0e0212eae33036c072d0f87516a71009a04afeb2 /railties/guides/rails_guides.rb
parent650a4fd9c6832fbc2554d003b879bb9b05d96569 (diff)
downloadrails-bd45029f5552e5a91e0c4a1aa480329c17753277.tar.gz
rails-bd45029f5552e5a91e0c4a1aa480329c17753277.tar.bz2
rails-bd45029f5552e5a91e0c4a1aa480329c17753277.zip
RedCloth 4.1.9 is OK.
Diffstat (limited to 'railties/guides/rails_guides.rb')
-rw-r--r--railties/guides/rails_guides.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/rails_guides.rb b/railties/guides/rails_guides.rb
index a5a4fdb079..6da7de890e 100644
--- a/railties/guides/rails_guides.rb
+++ b/railties/guides/rails_guides.rb
@@ -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