Skip to content

Commit 56037b4

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. Updates `commonmarker` to 2.0.1 - [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 dependency-group: bundler-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3e9be8d commit 56037b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ group :development do
2525
end
2626

2727
group :test do
28-
gem "commonmarker", "~> 1.1.2", require: false
28+
gem "commonmarker", "~> 2.0.1", require: false
2929
gem "gemoji", "~> 4.1", require: false
3030
gem "gemojione", "~> 4.3", require: false
3131

0 commit comments

Comments
 (0)