Skip to content

Commit 640df0a

Browse files
fix: update commonmarker requirement from =0.21.0 to 0.23.1
Updates the requirements on [commonmarker](https://github.com/gjtorikian/commonmarker) to permit the latest version. - [Release notes](https://github.com/gjtorikian/commonmarker/releases) - [Commits](gjtorikian/commonmarker@v0.21.0...v0.23.1) --- updated-dependencies: - dependency-name: commonmarker dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 40be902 commit 640df0a

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
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
gem "github-markup", "4.0.0"
44
gem "RedCloth", "=4.3.2"
55
gem "asciidoctor", "2.0.16"
6-
gem "commonmarker", "=0.21.0"
6+
gem "commonmarker", "0.23.1"
77
gem "creole", "=0.5.0"
88
gem "org-ruby", "=0.9.12"
99
gem "rdoc", "6.3.2"

0 commit comments

Comments
 (0)