Skip to content

Commit 91c5af4

Browse files
Merge pull request rails#8031 from gbchaosmaster/redcarpet-2.2.2
Update redcarpet dependency
2 parents ca3b429 + cadff7b commit 91c5af4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
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)