Skip to content

Commit ca97886

Browse files
chore(deps): bump commonmarker from v0.18.3 to v2.4.1
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from v0.18.3 to v2.4.1. - [Release notes](https://github.com/gjtorikian/commonmarker/releases) - [Changelog](https://github.com/gjtorikian/commonmarker/blob/main/CHANGELOG.md) - [Commits](gjtorikian/commonmarker@2838eba...1f73707) --- updated-dependencies: - dependency-name: commonmarker dependency-version: 1f73707656d1b57f46ac9b554356320b6611e4c5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b0e7f2 commit ca97886

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem "kramdown", :platforms => :jruby
66
gem "RedCloth"
77
# using a tag version here because 0.18.3 was not published by the author to encourage users to upgrade.
88
# however we want to bump up to this version since this has a security patch
9-
gem "commonmarker", git: "https://github.com/gjtorikian/commonmarker.git", tag: "v0.18.3"
9+
gem "commonmarker", git: "https://github.com/gjtorikian/commonmarker.git", tag: "v2.4.1"
1010
gem "rdoc", "~> 6.13.1"
1111
gem "org-ruby", "0.9.12"
1212
gem "creole", "~>0.5.0"

Gemfile.lock

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
GIT
22
remote: https://github.com/gjtorikian/commonmarker.git
3-
revision: 2838ebaa83ee0081d481c21f3bc0e4cb3e8de9da
4-
tag: v0.18.3
3+
revision: 1f73707656d1b57f46ac9b554356320b6611e4c5
4+
tag: v2.4.1
55
specs:
6-
commonmarker (0.18.3)
7-
ruby-enum (~> 0.5)
6+
commonmarker (2.4.1)
7+
rb_sys (~> 0.9)
88

99
PATH
1010
remote: .
@@ -81,12 +81,13 @@ GEM
8181
stringio
8282
racc (1.8.1)
8383
rake (13.2.1)
84+
rake-compiler-dock (1.9.1)
85+
rb_sys (0.9.117)
86+
rake-compiler-dock (= 1.9.1)
8487
rdoc (6.13.1)
8588
psych (>= 4.0.0)
8689
redcarpet (3.6.1)
8790
rexml (3.4.2)
88-
ruby-enum (0.9.0)
89-
i18n
9091
rubypants (0.7.1)
9192
rugged (1.9.0)
9293
sanitize (6.1.3)

0 commit comments

Comments
 (0)