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:
commit
12a0383908
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue