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

Commit f9c2460

Browse files
Bump commonmarker from 0.23.10 to 2.0.2
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.10 to 2.0.2. - [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.2) --- 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 386e827 commit f9c2460

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.2'
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.2)
123+
rb_sys (~> 0.9)
124+
commonmarker (2.0.2-x86_64-darwin)
125+
commonmarker (2.0.2-x86_64-linux)
123126
concurrent-ruby (1.3.4)
124127
connection_pool (2.4.1)
125128
counter_culture (3.8.2)
@@ -341,6 +344,7 @@ GEM
341344
rb-fsevent (0.11.2)
342345
rb-inotify (0.11.1)
343346
ffi (~> 1.0)
347+
rb_sys (0.9.105)
344348
rdoc (6.10.0)
345349
psych (>= 4.0.0)
346350
redis (4.8.1)
@@ -437,7 +441,7 @@ DEPENDENCIES
437441
bootstrap (= 4.6.2.1)
438442
bugsnag
439443
chartkick
440-
commonmarker (= 0.23.10)
444+
commonmarker (= 2.0.2)
441445
counter_culture
442446
csv
443447
dalli

0 commit comments

Comments
 (0)