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

Commit 0dacefb

Browse files
Bump commonmarker from 0.23.10 to 2.0.4
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.10 to 2.0.4. - [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.4) --- 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 ffedb7b commit 0dacefb

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.0.4'
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.1.3)
120120
commander (5.0.0)
121121
highline (~> 3.0.0)
122-
commonmarker (0.23.10)
122+
commonmarker (2.0.4)
123+
rb_sys (~> 0.9)
124+
commonmarker (2.0.4-x86_64-darwin)
125+
commonmarker (2.0.4-x86_64-linux)
123126
concurrent-ruby (1.3.5)
124127
connection_pool (2.5.0)
125128
counter_culture (3.8.2)
@@ -343,9 +346,12 @@ GEM
343346
thor (~> 1.0, >= 1.2.2)
344347
zeitwerk (~> 2.6)
345348
rake (13.2.1)
349+
rake-compiler-dock (1.9.1)
346350
rb-fsevent (0.11.2)
347351
rb-inotify (0.11.1)
348352
ffi (~> 1.0)
353+
rb_sys (0.9.110)
354+
rake-compiler-dock (= 1.9.1)
349355
rdoc (6.11.0)
350356
psych (>= 4.0.0)
351357
redis (4.8.1)
@@ -443,7 +449,7 @@ DEPENDENCIES
443449
bootstrap (= 4.6.2.1)
444450
bugsnag
445451
chartkick
446-
commonmarker (= 0.23.10)
452+
commonmarker (= 2.0.4)
447453
counter_culture
448454
csv
449455
dalli

0 commit comments

Comments
 (0)