Skip to content

Commit a9548e9

Browse files
Update commonmarker requirement from ~> 1.0.0.pre7 to ~> 1.1.2
Updates the requirements on [commonmarker](https://github.com/gjtorikian/commonmarker) to permit the latest version. Updates `commonmarker` to 1.1.2 - [Release notes](https://github.com/gjtorikian/commonmarker/releases) - [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md) - [Commits](gjtorikian/commonmarker@v1.0.0.pre7...v1.1.2) --- updated-dependencies: - dependency-name: commonmarker dependency-type: direct:development dependency-group: bundler-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bfc4c98 commit a9548e9

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
@@ -25,7 +25,7 @@ group :development do
2525
end
2626

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

0 commit comments

Comments
 (0)