Skip to content

Commit 2907dcb

Browse files
Bump commonmarker from 0.23.9 to 0.23.10 (#152)
* Bump commonmarker from 0.23.9 to 0.23.10 in Gemfile & Gemfile.lock Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.9 to 0.23.10. - [Release notes](https://github.com/gjtorikian/commonmarker/releases) - [Changelog](https://github.com/gjtorikian/commonmarker/blob/v0.23.10/CHANGELOG.md) - [Commits](gjtorikian/commonmarker@v0.23.9...v0.23.10) --- updated-dependencies: - dependency-name: commonmarker dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Peter Johnson <[email protected]>
1 parent 6a48f0a commit 2907dcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
2020
# Vulnerability issues
2121
gem "nokogiri", "~> 1.14.3"
2222
gem "addressable", ">= 2.8.0"
23-
gem "commonmarker", ">= 0.23.9"
23+
gem "commonmarker", ">= 0.23.10"
2424
gem "activesupport", "~> 7.0.4.3"
2525

2626
# Fix for when using Ruby 3 - webrick no longer installed w/ Ruby 3

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GEM
1313
execjs
1414
coffee-script-source (1.11.1)
1515
colorator (1.1.0)
16-
commonmarker (0.23.9)
16+
commonmarker (0.23.10)
1717
concurrent-ruby (1.2.2)
1818
dnsruby (1.61.9)
1919
simpleidn (~> 0.1)

0 commit comments

Comments
 (0)