Skip to content

Commit a065af3

Browse files
fix: update redcarpet requirement from 3.5.1 to 3.6.0
Updates the requirements on [redcarpet](https://github.com/vmg/redcarpet) to permit the latest version. - [Release notes](https://github.com/vmg/redcarpet/releases) - [Changelog](https://github.com/vmg/redcarpet/blob/master/CHANGELOG.md) - [Commits](vmg/redcarpet@v3.5.1...v3.6.0) --- updated-dependencies: - dependency-name: redcarpet dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c03dd0 commit a065af3

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
@@ -7,5 +7,5 @@ gem "commonmarker", "=0.21.0"
77
gem "creole", "=0.5.0"
88
gem "org-ruby", "=0.9.12"
99
gem "rdoc", "6.3.2"
10-
gem "redcarpet", "3.5.1"
10+
gem "redcarpet", "3.6.0"
1111
gem "wikicloth", "=0.8.3"

0 commit comments

Comments
 (0)