Skip to content

Commit 7c18efb

Browse files
committed
Merge pull request #2456 from rspec/update-redcarpet
Update redcarpet
1 parent 6625530 commit 7c18efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ gem 'yard', '~> 0.9.24', require: false
1010

1111
group :documentation do
1212
gem 'github-markup', '~> 3.0.3'
13-
gem 'redcarpet', '~> 3.4.0', platforms: [:ruby]
13+
gem 'redcarpet', '~> 3.5.1', platforms: [:ruby]
1414
gem 'relish', '~> 0.7.1'
1515
end
1616

0 commit comments

Comments
 (0)