Skip to content

Commit cac4123

Browse files
chore(deps): bump commonmarker from 0.23.10 to 2.5.0
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.10 to 2.5.0. - [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.5.0) --- updated-dependencies: - dependency-name: commonmarker dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c6769d9 commit cac4123

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-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.5.0'
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: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ GEM
119119
chartkick (5.2.1)
120120
commander (5.0.0)
121121
highline (~> 3.0.0)
122-
commonmarker (0.23.10)
122+
commonmarker (2.5.0)
123+
rb_sys (~> 0.9)
124+
commonmarker (2.5.0-x86_64-linux)
123125
concurrent-ruby (1.3.5)
124126
connection_pool (2.5.4)
125127
counter_culture (3.11.3)
@@ -348,9 +350,12 @@ GEM
348350
thor (~> 1.0, >= 1.2.2)
349351
zeitwerk (~> 2.6)
350352
rake (13.3.0)
353+
rake-compiler-dock (1.9.1)
351354
rb-fsevent (0.11.2)
352355
rb-inotify (0.11.1)
353356
ffi (~> 1.0)
357+
rb_sys (0.9.117)
358+
rake-compiler-dock (= 1.9.1)
354359
rdoc (6.15.0)
355360
erb
356361
psych (>= 4.0.0)
@@ -452,7 +457,7 @@ DEPENDENCIES
452457
bootstrap (= 4.6.2.1)
453458
bugsnag
454459
chartkick
455-
commonmarker (= 0.23.10)
460+
commonmarker (= 2.5.0)
456461
counter_culture
457462
csv
458463
dalli

0 commit comments

Comments
 (0)