1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #7963 from arunagw/redcarpet_not_for_jruby

Add :platform to redcarpet gem, pointing to :ruby only.
This commit is contained in:
Carlos Antonio da Silva 2012-10-16 04:27:14 -07:00
commit 12a0383908

View file

@ -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