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

Commit 9afda96

Browse files
Bump commonmarker from 0.23.10 to 2.0.3
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.10 to 2.0.3. - [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.0.3) --- updated-dependencies: - dependency-name: commonmarker dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 75a6541 commit 9afda96

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-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.0.3'
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: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,10 @@ GEM
119119
chartkick (5.1.2)
120120
commander (5.0.0)
121121
highline (~> 3.0.0)
122-
commonmarker (0.23.10)
122+
commonmarker (2.0.3)
123+
rb_sys (~> 0.9)
124+
commonmarker (2.0.3-x86_64-darwin)
125+
commonmarker (2.0.3-x86_64-linux)
123126
concurrent-ruby (1.3.4)
124127
connection_pool (2.4.1)
125128
counter_culture (3.8.2)
@@ -342,6 +345,7 @@ GEM
342345
rb-fsevent (0.11.2)
343346
rb-inotify (0.11.1)
344347
ffi (~> 1.0)
348+
rb_sys (0.9.108)
345349
rdoc (6.10.0)
346350
psych (>= 4.0.0)
347351
redis (4.8.1)
@@ -438,7 +442,7 @@ DEPENDENCIES
438442
bootstrap (= 4.6.2.1)
439443
bugsnag
440444
chartkick
441-
commonmarker (= 0.23.10)
445+
commonmarker (= 2.0.3)
442446
counter_culture
443447
csv
444448
dalli

0 commit comments

Comments
 (0)