Skip to content

Commit cadff7b

Browse files
author
Vinny Diehl
committed
Update redcarpet dependency
"~> 2.2.2" from "~> 2.1.1". Also converted all hash rockets in the Gemfile to the 1.9 syntax.
1 parent 59a53f4 commit cadff7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ gemspec
44

55
gem 'arel', github: 'rails/arel', branch: 'master'
66

7-
gem 'mocha', '>= 0.11.2', :require => false
7+
gem 'mocha', '>= 0.11.2', require: false
88
gem 'rack-test', github: 'brynary/rack-test'
99
gem 'rack-cache', '~> 1.2'
1010
gem 'bcrypt-ruby', '~> 3.0.0'
@@ -28,7 +28,7 @@ group :doc do
2828
# for some weeks unapplied. As a temporary solution
2929
# this is our own fork with the fix.
3030
gem 'sdoc', github: 'fxn/sdoc'
31-
gem 'redcarpet', '~> 2.1.1', :platforms => :ruby
31+
gem 'redcarpet', '~> 2.2.2', platforms: :ruby
3232
gem 'w3c_validators'
3333
end
3434

0 commit comments

Comments
 (0)