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

Merge pull request #8031 from gbchaosmaster/redcarpet-2.2.2

Update redcarpet dependency
This commit is contained in:
Carlos Antonio da Silva 2012-10-25 19:39:59 -07:00
commit 91c5af413b

View file

@ -4,7 +4,7 @@ gemspec
gem 'arel', github: 'rails/arel', branch: 'master'
gem 'mocha', '>= 0.11.2', :require => false
gem 'mocha', '>= 0.11.2', require: false
gem 'rack-test', github: 'brynary/rack-test'
gem 'rack-cache', '~> 1.2'
gem 'bcrypt-ruby', '~> 3.0.0'
@ -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', :platforms => :ruby
gem 'redcarpet', '~> 2.2.2', platforms: :ruby
gem 'w3c_validators'
end