mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Update redcarpet dependency
"~> 2.2.2" from "~> 2.1.1". Also converted all hash rockets in the Gemfile to the 1.9 syntax.
This commit is contained in:
parent
59a53f4525
commit
cadff7b73d
1 changed files with 2 additions and 2 deletions
4
Gemfile
4
Gemfile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue