Skip to content

Commit 592b729

Browse files
Bump commonmarker from 0.23.9 to 0.23.10
Bumps [commonmarker](https://github.com/gjtorikian/commonmarker) from 0.23.9 to 0.23.10. - [Release notes](https://github.com/gjtorikian/commonmarker/releases) - [Changelog](https://github.com/gjtorikian/commonmarker/blob/v0.23.10/CHANGELOG.md) - [Commits](gjtorikian/commonmarker@v0.23.9...v0.23.10) --- updated-dependencies: - dependency-name: commonmarker dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f4b58c1 commit 592b729

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Gemfile.lock

100755100644
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ GEM
3131
httpclient (~> 2.8, >= 2.8.3)
3232
json (>= 1.5.1)
3333
colorator (1.1.0)
34-
commonmarker (0.23.9)
34+
commonmarker (0.23.10)
3535
concurrent-ruby (1.2.2)
3636
dotenv (2.8.1)
3737
em-websocket (0.5.3)
@@ -46,6 +46,7 @@ GEM
4646
filesize (0.2.0)
4747
forwardable-extended (2.6.0)
4848
google-protobuf (3.23.2-x86_64-darwin)
49+
google-protobuf (3.23.2-x86_64-linux)
4950
http_parser.rb (0.8.0)
5051
httpclient (2.8.3)
5152
i18n (1.13.0)
@@ -89,6 +90,8 @@ GEM
8990
mercenary (0.4.0)
9091
nokogiri (1.15.2-x86_64-darwin)
9192
racc (~> 1.4)
93+
nokogiri (1.15.2-x86_64-linux)
94+
racc (~> 1.4)
9295
pathutil (0.16.2)
9396
forwardable-extended (~> 2.6)
9497
posix-spawn (0.3.15)
@@ -106,6 +109,8 @@ GEM
106109
safe_yaml (1.0.5)
107110
sass-embedded (1.62.1-x86_64-darwin)
108111
google-protobuf (~> 3.21)
112+
sass-embedded (1.62.1-x86_64-linux-gnu)
113+
google-protobuf (~> 3.21)
109114
terminal-table (3.0.2)
110115
unicode-display_width (>= 1.1.1, < 3)
111116
thread_safe (0.3.6)
@@ -119,9 +124,9 @@ GEM
119124
webrick (1.8.1)
120125

121126
PLATFORMS
122-
ruby
123127
x86_64-darwin-19
124128
x86_64-darwin-20
129+
x86_64-linux
125130

126131
DEPENDENCIES
127132
dotenv

0 commit comments

Comments
 (0)