aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorArun Agrawal <arunagw@gmail.com>2012-10-16 16:42:14 +0530
committerArun Agrawal <arunagw@gmail.com>2012-10-16 16:42:14 +0530
commitea14e7624ef8e80ffa7e352bcfd0f75fd187e1d3 (patch)
tree7e52930c99308e35d736d8236a63d4445c8e6443 /Gemfile
parenta550a6839a256a9504b2dfc0eba949e36e39c061 (diff)
downloadrails-ea14e7624ef8e80ffa7e352bcfd0f75fd187e1d3.tar.gz
rails-ea14e7624ef8e80ffa7e352bcfd0f75fd187e1d3.tar.bz2
rails-ea14e7624ef8e80ffa7e352bcfd0f75fd187e1d3.zip
redcarpet gem will not work with JRuby!
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 9afbac6e02..0cb4cad48d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -28,7 +28,7 @@ group :doc do
# for some weeks unapplied. As a temporary solution
# this is our own fork with the fix.
gem 'sdoc', github: 'fxn/sdoc'
- gem 'redcarpet', '~> 2.1.1'
+ gem 'redcarpet', '~> 2.1.1', :platforms => :ruby
gem 'w3c_validators'
end