diff options
author | Arun Agrawal <arunagw@gmail.com> | 2012-10-16 16:42:14 +0530 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2012-10-16 16:42:14 +0530 |
commit | ea14e7624ef8e80ffa7e352bcfd0f75fd187e1d3 (patch) | |
tree | 7e52930c99308e35d736d8236a63d4445c8e6443 /Gemfile | |
parent | a550a6839a256a9504b2dfc0eba949e36e39c061 (diff) | |
download | rails-ea14e7624ef8e80ffa7e352bcfd0f75fd187e1d3.tar.gz rails-ea14e7624ef8e80ffa7e352bcfd0f75fd187e1d3.tar.bz2 rails-ea14e7624ef8e80ffa7e352bcfd0f75fd187e1d3.zip |
redcarpet gem will not work with JRuby!
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |