Skip to content
This repository was archived by the owner on Feb 4, 2026. It is now read-only.

Commit 5b0b365

Browse files
Bump commonmarker from 0.23.10 to 2.3.1
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.10 to 2.3.1. - [Release notes](https://github.com/gjtorikian/commonmarker/releases) - [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md) - [Commits](gjtorikian/commonmarker@v0.23.10...v2.3.1) --- updated-dependencies: - dependency-name: commonmarker dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8c70102 commit 5b0b365

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ gem 'pghero'
2323
gem 'pg_query'
2424
gem 'pg_search'
2525

26-
gem 'commonmarker', '0.23.10'
26+
gem 'commonmarker', '2.3.1'
2727
gem 'bibliothecary', git: "https://github.com/andrew/bibliothecary"
2828
gem "license-compatibility"
2929
gem "semantic", git: "https://github.com/librariesio/semantic"

Gemfile.lock

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,10 @@ GEM
119119
chartkick (5.2.0)
120120
commander (5.0.0)
121121
highline (~> 3.0.0)
122-
commonmarker (0.23.10)
122+
commonmarker (2.3.1)
123+
rb_sys (~> 0.9)
124+
commonmarker (2.3.1-x86_64-darwin)
125+
commonmarker (2.3.1-x86_64-linux)
123126
concurrent-ruby (1.3.5)
124127
connection_pool (2.5.3)
125128
counter_culture (3.10.2)
@@ -344,9 +347,12 @@ GEM
344347
thor (~> 1.0, >= 1.2.2)
345348
zeitwerk (~> 2.6)
346349
rake (13.3.0)
350+
rake-compiler-dock (1.9.1)
347351
rb-fsevent (0.11.2)
348352
rb-inotify (0.11.1)
349353
ffi (~> 1.0)
354+
rb_sys (0.9.116)
355+
rake-compiler-dock (= 1.9.1)
350356
rdoc (6.14.1)
351357
erb
352358
psych (>= 4.0.0)
@@ -446,7 +452,7 @@ DEPENDENCIES
446452
bootstrap (= 4.6.2.1)
447453
bugsnag
448454
chartkick
449-
commonmarker (= 0.23.10)
455+
commonmarker (= 2.3.1)
450456
counter_culture
451457
csv
452458
dalli

0 commit comments

Comments
 (0)