Skip to content

Commit 106c449

Browse files
Update commonmarker requirement from ~> 1.1.2 to ~> 2.0.1
Updates the requirements on [commonmarker](https://github.com/gjtorikian/commonmarker) to permit the latest version. - [Release notes](https://github.com/gjtorikian/commonmarker/releases) - [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md) - [Commits](gjtorikian/commonmarker@v1.1.2...v2.0.1) --- updated-dependencies: - dependency-name: commonmarker dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 156b4f6 commit 106c449

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 @@ group :development do
1010
end
1111
group :documentation do
1212
gem 'yard', github: 'ParadoxV5/yard', tag: 'commonmarker-1.0_1', require: false
13-
gem 'commonmarker', '~> 1.1.2', require: false
13+
gem 'commonmarker', '~> 2.0.1', require: false
1414
end
1515
group :test do
1616
gem 'rake', '~> 13.2.1'

0 commit comments

Comments
 (0)