aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-12-15 15:22:14 -0800
committerXavier Noria <fxn@hashref.com>2011-12-15 15:22:14 -0800
commitdbfc6b8b3a6d406ef335703b2263eca0c5a94846 (patch)
treef76783dc7b27835c8b13a731b8107d53aa45b8de /Gemfile
parent5e0dec5e1042e67fb50adc8c073216195ed23ceb (diff)
downloadrails-dbfc6b8b3a6d406ef335703b2263eca0c5a94846.tar.gz
rails-dbfc6b8b3a6d406ef335703b2263eca0c5a94846.tar.bz2
rails-dbfc6b8b3a6d406ef335703b2263eca0c5a94846.zip
removes Ruby constraint in RedCloth dependency
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index ea4869a89e..307ba8f0b8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -30,7 +30,7 @@ group :doc do
# for some weeks unapplied. As a temporary solution
# this is our own fork with the fix.
gem 'sdoc', :git => 'git://github.com/fxn/sdoc.git'
- gem 'RedCloth', '~> 4.2' if RUBY_VERSION < '1.9.3'
+ gem 'RedCloth', '~> 4.2'
gem 'w3c_validators'
end