Skip to content

Commit a7ae1b6

Browse files
Merge pull request #15 from ThalesGroup/dependabot/bundler/docs/commonmarker-0.23.7
Bump commonmarker from 0.17.13 to 0.23.7 in /docs
2 parents aee96b5 + 976b6ac commit a7ae1b6

File tree

1 file changed

+31
-21
lines changed

1 file changed

+31
-21
lines changed

docs/Gemfile.lock

+31-21
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,16 @@ GEM
2929
ruby2_keywords
3030
em-websocket (0.5.1)
3131
eventmachine (>= 0.12.9)
32-
http_parser.rb (~> 0.6.0)
33-
ethon (0.12.0)
34-
ffi (>= 1.3.0)
32+
http_parser.rb (~> 0)
33+
ethon (0.16.0)
34+
ffi (>= 1.15.0)
3535
eventmachine (1.2.7)
36-
execjs (2.7.0)
37-
faraday (0.17.0)
38-
multipart-post (>= 1.2, < 3)
39-
ffi (1.11.3)
36+
execjs (2.8.1)
37+
faraday (2.7.4)
38+
faraday-net_http (>= 2.0, < 3.1)
39+
ruby2_keywords (>= 0.0.4)
40+
faraday-net_http (3.0.2)
41+
ffi (1.15.5)
4042
forwardable-extended (2.6.0)
4143
gemoji (3.0.1)
4244
github-pages (228)
@@ -96,7 +98,7 @@ GEM
9698
http_parser.rb (0.6.0)
9799
i18n (1.14.1)
98100
concurrent-ruby (~> 1.0)
99-
jekyll (3.9.3)
101+
jekyll (3.9.2)
100102
addressable (~> 2.4)
101103
colorator (~> 1.0)
102104
em-websocket (~> 0.5)
@@ -213,7 +215,7 @@ GEM
213215
rb-fsevent (~> 0.10, >= 0.10.3)
214216
rb-inotify (~> 0.9, >= 0.9.10)
215217
mercenary (0.3.6)
216-
mini_portile2 (2.8.0)
218+
mini_portile2 (2.8.1)
217219
minima (2.5.1)
218220
jekyll (>= 3.5, < 5.0)
219221
jekyll-feed (~> 0.9)
@@ -224,35 +226,43 @@ GEM
224226
nokogiri (1.14.3)
225227
mini_portile2 (~> 2.8.0)
226228
racc (~> 1.4)
227-
octokit (4.14.0)
228-
sawyer (~> 0.8.0, >= 0.5.3)
229+
octokit (4.25.1)
230+
faraday (>= 1, < 3)
231+
sawyer (~> 0.9)
229232
pathutil (0.16.2)
230233
forwardable-extended (~> 2.6)
231-
public_suffix (3.1.1)
234+
public_suffix (4.0.7)
232235
racc (1.6.2)
233-
rb-fsevent (0.10.3)
234-
rb-inotify (0.10.0)
236+
rb-fsevent (0.11.2)
237+
rb-inotify (0.10.1)
235238
ffi (~> 1.0)
236239
rexml (3.2.5)
237240
rouge (3.26.0)
238241
ruby2_keywords (0.0.5)
239-
rubyzip (2.0.0)
242+
rubyzip (2.3.2)
240243
safe_yaml (1.0.5)
241244
sass (3.7.4)
242245
sass-listen (~> 4.0.0)
243246
sass-listen (4.0.0)
244247
rb-fsevent (~> 0.9, >= 0.9.4)
245248
rb-inotify (~> 0.9, >= 0.9.7)
246-
sawyer (0.8.2)
249+
sawyer (0.9.2)
247250
addressable (>= 2.3.5)
248-
faraday (> 0.8, < 2.0)
251+
faraday (>= 0.17.3, < 3)
252+
simpleidn (0.2.1)
253+
unf (~> 0.1.4)
249254
terminal-table (1.8.0)
250255
unicode-display_width (~> 1.1, >= 1.1.1)
251-
typhoeus (1.3.1)
256+
thread_safe (0.3.6)
257+
typhoeus (1.4.0)
252258
ethon (>= 0.9.0)
253-
tzinfo (2.0.6)
254-
concurrent-ruby (~> 1.0)
255-
unicode-display_width (1.6.0)
259+
tzinfo (1.2.10)
260+
thread_safe (~> 0.1)
261+
unf (0.1.4)
262+
unf_ext
263+
unf_ext (0.0.8.2)
264+
unicode-display_width (1.8.0)
265+
zeitwerk (2.6.6)
256266

257267
PLATFORMS
258268
ruby

0 commit comments

Comments
 (0)