Skip to content

Commit d6a34c9

Browse files
Bump github-pages from 206 to 207 (#54)
Bumps [github-pages](https://github.com/github/pages-gem) from 206 to 207. - [Release notes](https://github.com/github/pages-gem/releases) - [Commits](github/pages-gem@v206...v207) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76fcf82 commit d6a34c9

File tree

1 file changed

+23
-13
lines changed

1 file changed

+23
-13
lines changed

Gemfile.lock

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
activesupport (6.0.3.1)
4+
activesupport (6.0.3.2)
55
concurrent-ruby (~> 1.0, >= 1.0.2)
66
i18n (>= 0.7, < 2)
77
minitest (~> 5.1)
@@ -16,9 +16,9 @@ GEM
1616
colorator (1.1.0)
1717
commonmarker (0.17.13)
1818
ruby-enum (~> 0.5)
19-
concurrent-ruby (1.1.6)
20-
dnsruby (1.61.3)
21-
addressable (~> 2.5)
19+
concurrent-ruby (1.1.7)
20+
dnsruby (1.61.4)
21+
simpleidn (~> 0.1)
2222
em-websocket (0.5.1)
2323
eventmachine (>= 0.12.9)
2424
http_parser.rb (~> 0.6.0)
@@ -28,12 +28,12 @@ GEM
2828
execjs (2.7.0)
2929
faraday (1.0.1)
3030
multipart-post (>= 1.2, < 3)
31-
ffi (1.13.0)
31+
ffi (1.13.1)
3232
forwardable-extended (2.6.0)
3333
gemoji (3.0.1)
34-
github-pages (206)
34+
github-pages (207)
3535
github-pages-health-check (= 1.16.1)
36-
jekyll (= 3.8.7)
36+
jekyll (= 3.9.0)
3737
jekyll-avatar (= 0.7.0)
3838
jekyll-coffeescript (= 1.1.1)
3939
jekyll-commonmark-ghpages (= 0.1.6)
@@ -67,7 +67,8 @@ GEM
6767
jekyll-theme-time-machine (= 0.1.1)
6868
jekyll-titles-from-headings (= 0.5.3)
6969
jemoji (= 0.11.1)
70-
kramdown (= 1.17.0)
70+
kramdown (= 2.3.0)
71+
kramdown-parser-gfm (= 1.1.0)
7172
liquid (= 4.0.3)
7273
mercenary (~> 0.3)
7374
minima (= 2.5.1)
@@ -86,14 +87,14 @@ GEM
8687
http_parser.rb (0.6.0)
8788
i18n (0.9.5)
8889
concurrent-ruby (~> 1.0)
89-
jekyll (3.8.7)
90+
jekyll (3.9.0)
9091
addressable (~> 2.4)
9192
colorator (~> 1.0)
9293
em-websocket (~> 0.5)
9394
i18n (~> 0.7)
9495
jekyll-sass-converter (~> 1.0)
9596
jekyll-watch (~> 2.0)
96-
kramdown (~> 1.14)
97+
kramdown (>= 1.17, < 3)
9798
liquid (~> 4.0)
9899
mercenary (~> 0.3.3)
99100
pathutil (~> 0.9)
@@ -196,7 +197,10 @@ GEM
196197
gemoji (~> 3.0)
197198
html-pipeline (~> 2.2)
198199
jekyll (>= 3.0, < 5.0)
199-
kramdown (1.17.0)
200+
kramdown (2.3.0)
201+
rexml
202+
kramdown-parser-gfm (1.1.0)
203+
kramdown (~> 2.0)
200204
liquid (4.0.3)
201205
listen (3.2.1)
202206
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -209,7 +213,7 @@ GEM
209213
jekyll-seo-tag (~> 2.1)
210214
minitest (5.14.1)
211215
multipart-post (2.1.1)
212-
nokogiri (1.10.9)
216+
nokogiri (1.10.10)
213217
mini_portile2 (~> 2.4.0)
214218
octokit (4.18.0)
215219
faraday (>= 0.9)
@@ -221,6 +225,7 @@ GEM
221225
rb-fsevent (0.10.4)
222226
rb-inotify (0.10.1)
223227
ffi (~> 1.0)
228+
rexml (3.2.4)
224229
rouge (3.19.0)
225230
ruby-enum (0.8.0)
226231
i18n
@@ -234,15 +239,20 @@ GEM
234239
sawyer (0.8.2)
235240
addressable (>= 2.3.5)
236241
faraday (> 0.8, < 2.0)
242+
simpleidn (0.1.1)
243+
unf (~> 0.1.4)
237244
terminal-table (1.8.0)
238245
unicode-display_width (~> 1.1, >= 1.1.1)
239246
thread_safe (0.3.6)
240247
typhoeus (1.4.0)
241248
ethon (>= 0.9.0)
242249
tzinfo (1.2.7)
243250
thread_safe (~> 0.1)
251+
unf (0.1.4)
252+
unf_ext
253+
unf_ext (0.0.7.7)
244254
unicode-display_width (1.7.0)
245-
zeitwerk (2.3.0)
255+
zeitwerk (2.4.0)
246256

247257
PLATFORMS
248258
ruby

0 commit comments

Comments
 (0)