Skip to content

Commit 4a0dbca

Browse files
committed
Update all gems
1 parent 4720515 commit 4a0dbca

File tree

2 files changed

+89
-37
lines changed

2 files changed

+89
-37
lines changed

Gemfile

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source "https://rubygems.org"
88
# This will help ensure the proper Jekyll version is running.
99
# Happy Jekylling!
1010
# gem "jekyll", "~> 4.2.0"
11-
gem "jekyll", "~> 3.9.0"
11+
gem "jekyll", "~> 3.9"
1212
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1313
gem "minima", "~> 2.5"
1414
# gem "slate"
@@ -18,21 +18,23 @@ gem "minima", "~> 2.5"
1818
# gem "github-pages", group: :jekyll_plugins
1919
# If you have any plugins, put them here!
2020
group :jekyll_plugins do
21-
gem "jekyll-feed", "~> 0.12"
21+
gem "jekyll-feed", "~> 0.15"
2222
end
2323

2424
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
2525
# and associated library.
2626
platforms :mingw, :x64_mingw, :mswin, :jruby do
27-
gem "tzinfo", "~> 1.2"
27+
gem "tzinfo", "~> 2.0"
2828
gem "tzinfo-data"
2929
end
3030

3131
# Performance-booster for watching directories on Windows
3232
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
3333

34-
gem "github-pages", "~> 217", group: :jekyll_plugins
34+
gem "github-pages", "~> 227", group: :jekyll_plugins
35+
36+
gem "commonmarker", "~> 0.23"
3537

3638
group :development do
3739
gem "webrick"
38-
end
40+
end

Gemfile.lock

Lines changed: 82 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ GEM
1414
execjs
1515
coffee-script-source (1.11.1)
1616
colorator (1.1.0)
17-
commonmarker (0.17.13)
18-
ruby-enum (~> 0.5)
17+
commonmarker (0.23.5)
1918
concurrent-ruby (1.1.10)
2019
dnsruby (1.61.9)
2120
simpleidn (~> 0.1)
@@ -33,16 +32,17 @@ GEM
3332
ffi (1.15.5)
3433
forwardable-extended (2.6.0)
3534
gemoji (3.0.1)
36-
github-pages (217)
37-
github-pages-health-check (= 1.17.2)
38-
jekyll (= 3.9.0)
35+
github-pages (227)
36+
github-pages-health-check (= 1.17.9)
37+
jekyll (= 3.9.2)
3938
jekyll-avatar (= 0.7.0)
4039
jekyll-coffeescript (= 1.1.1)
41-
jekyll-commonmark-ghpages (= 0.1.6)
40+
jekyll-commonmark-ghpages (= 0.2.0)
4241
jekyll-default-layout (= 0.1.4)
4342
jekyll-feed (= 0.15.1)
4443
jekyll-gist (= 1.5.0)
4544
jekyll-github-metadata (= 2.13.0)
45+
jekyll-include-cache (= 0.2.1)
4646
jekyll-mentions (= 1.6.0)
4747
jekyll-optional-front-matter (= 0.3.2)
4848
jekyll-paginate (= 1.1.0)
@@ -51,31 +51,45 @@ GEM
5151
jekyll-relative-links (= 0.6.1)
5252
jekyll-remote-theme (= 0.4.3)
5353
jekyll-sass-converter (= 1.5.2)
54-
jekyll-seo-tag (= 2.7.1)
54+
jekyll-seo-tag (= 2.8.0)
5555
jekyll-sitemap (= 1.4.0)
56+
jekyll-swiss (= 1.0.0)
57+
jekyll-theme-architect (= 0.2.0)
58+
jekyll-theme-cayman (= 0.2.0)
59+
jekyll-theme-dinky (= 0.2.0)
60+
jekyll-theme-hacker (= 0.2.0)
61+
jekyll-theme-leap-day (= 0.2.0)
62+
jekyll-theme-merlot (= 0.2.0)
63+
jekyll-theme-midnight (= 0.2.0)
64+
jekyll-theme-minimal (= 0.2.0)
65+
jekyll-theme-modernist (= 0.2.0)
66+
jekyll-theme-primer (= 0.6.0)
67+
jekyll-theme-slate (= 0.2.0)
68+
jekyll-theme-tactile (= 0.2.0)
69+
jekyll-theme-time-machine (= 0.2.0)
5670
jekyll-titles-from-headings (= 0.5.3)
5771
jemoji (= 0.12.0)
58-
kramdown (= 2.3.1)
72+
kramdown (= 2.3.2)
5973
kramdown-parser-gfm (= 1.1.0)
6074
liquid (= 4.0.3)
6175
mercenary (~> 0.3)
6276
minima (= 2.5.1)
63-
nokogiri (>= 1.10.4, < 2.0)
77+
nokogiri (>= 1.13.6, < 2.0)
6478
rouge (= 3.26.0)
6579
terminal-table (~> 1.4)
66-
github-pages-health-check (1.17.2)
80+
github-pages-health-check (1.17.9)
6781
addressable (~> 2.3)
6882
dnsruby (~> 1.60)
6983
octokit (~> 4.0)
70-
public_suffix (>= 2.0.2, < 5.0)
84+
public_suffix (>= 3.0, < 5.0)
7185
typhoeus (~> 1.3)
7286
html-pipeline (2.14.2)
7387
activesupport (>= 2)
7488
nokogiri (>= 1.4)
7589
http_parser.rb (0.8.0)
7690
i18n (0.9.5)
7791
concurrent-ruby (~> 1.0)
78-
jekyll (3.9.0)
92+
jekyll (3.9.2)
7993
addressable (~> 2.4)
8094
colorator (~> 1.0)
8195
em-websocket (~> 0.5)
@@ -93,12 +107,12 @@ GEM
93107
jekyll-coffeescript (1.1.1)
94108
coffee-script (~> 2.2)
95109
coffee-script-source (~> 1.11.1)
96-
jekyll-commonmark (1.3.1)
97-
commonmarker (~> 0.14)
98-
jekyll (>= 3.7, < 5.0)
99-
jekyll-commonmark-ghpages (0.1.6)
100-
commonmarker (~> 0.17.6)
101-
jekyll-commonmark (~> 1.2)
110+
jekyll-commonmark (1.4.0)
111+
commonmarker (~> 0.22)
112+
jekyll-commonmark-ghpages (0.2.0)
113+
commonmarker (~> 0.23.4)
114+
jekyll (~> 3.9.0)
115+
jekyll-commonmark (~> 1.4.0)
102116
rouge (>= 2.0, < 4.0)
103117
jekyll-default-layout (0.1.4)
104118
jekyll (~> 3.0)
@@ -109,6 +123,8 @@ GEM
109123
jekyll-github-metadata (2.13.0)
110124
jekyll (>= 3.4, < 5.0)
111125
octokit (~> 4.0, != 4.4.0)
126+
jekyll-include-cache (0.2.1)
127+
jekyll (>= 3.7, < 5.0)
112128
jekyll-mentions (1.6.0)
113129
html-pipeline (~> 2.3)
114130
jekyll (>= 3.7, < 5.0)
@@ -128,10 +144,51 @@ GEM
128144
rubyzip (>= 1.3.0, < 3.0)
129145
jekyll-sass-converter (1.5.2)
130146
sass (~> 3.4)
131-
jekyll-seo-tag (2.7.1)
147+
jekyll-seo-tag (2.8.0)
132148
jekyll (>= 3.8, < 5.0)
133149
jekyll-sitemap (1.4.0)
134150
jekyll (>= 3.7, < 5.0)
151+
jekyll-swiss (1.0.0)
152+
jekyll-theme-architect (0.2.0)
153+
jekyll (> 3.5, < 5.0)
154+
jekyll-seo-tag (~> 2.0)
155+
jekyll-theme-cayman (0.2.0)
156+
jekyll (> 3.5, < 5.0)
157+
jekyll-seo-tag (~> 2.0)
158+
jekyll-theme-dinky (0.2.0)
159+
jekyll (> 3.5, < 5.0)
160+
jekyll-seo-tag (~> 2.0)
161+
jekyll-theme-hacker (0.2.0)
162+
jekyll (> 3.5, < 5.0)
163+
jekyll-seo-tag (~> 2.0)
164+
jekyll-theme-leap-day (0.2.0)
165+
jekyll (> 3.5, < 5.0)
166+
jekyll-seo-tag (~> 2.0)
167+
jekyll-theme-merlot (0.2.0)
168+
jekyll (> 3.5, < 5.0)
169+
jekyll-seo-tag (~> 2.0)
170+
jekyll-theme-midnight (0.2.0)
171+
jekyll (> 3.5, < 5.0)
172+
jekyll-seo-tag (~> 2.0)
173+
jekyll-theme-minimal (0.2.0)
174+
jekyll (> 3.5, < 5.0)
175+
jekyll-seo-tag (~> 2.0)
176+
jekyll-theme-modernist (0.2.0)
177+
jekyll (> 3.5, < 5.0)
178+
jekyll-seo-tag (~> 2.0)
179+
jekyll-theme-primer (0.6.0)
180+
jekyll (> 3.5, < 5.0)
181+
jekyll-github-metadata (~> 2.9)
182+
jekyll-seo-tag (~> 2.0)
183+
jekyll-theme-slate (0.2.0)
184+
jekyll (> 3.5, < 5.0)
185+
jekyll-seo-tag (~> 2.0)
186+
jekyll-theme-tactile (0.2.0)
187+
jekyll (> 3.5, < 5.0)
188+
jekyll-seo-tag (~> 2.0)
189+
jekyll-theme-time-machine (0.2.0)
190+
jekyll (> 3.5, < 5.0)
191+
jekyll-seo-tag (~> 2.0)
135192
jekyll-titles-from-headings (0.5.3)
136193
jekyll (>= 3.3, < 5.0)
137194
jekyll-watch (2.2.1)
@@ -140,7 +197,7 @@ GEM
140197
gemoji (~> 3.0)
141198
html-pipeline (~> 2.2)
142199
jekyll (>= 3.0, < 5.0)
143-
kramdown (2.3.1)
200+
kramdown (2.3.2)
144201
rexml
145202
kramdown-parser-gfm (1.1.0)
146203
kramdown (~> 2.0)
@@ -156,10 +213,6 @@ GEM
156213
minitest (5.16.2)
157214
nokogiri (1.13.8-arm64-darwin)
158215
racc (~> 1.4)
159-
nokogiri (1.13.8-x86_64-darwin)
160-
racc (~> 1.4)
161-
nokogiri (1.13.8-x86_64-linux)
162-
racc (~> 1.4)
163216
octokit (4.25.1)
164217
faraday (>= 1, < 3)
165218
sawyer (~> 0.9)
@@ -172,8 +225,6 @@ GEM
172225
ffi (~> 1.0)
173226
rexml (3.2.5)
174227
rouge (3.26.0)
175-
ruby-enum (0.9.0)
176-
i18n
177228
ruby2_keywords (0.0.5)
178229
rubyzip (2.3.2)
179230
safe_yaml (1.0.5)
@@ -203,15 +254,14 @@ GEM
203254

204255
PLATFORMS
205256
arm64-darwin-20
206-
x86_64-darwin-19
207-
x86_64-linux
208257

209258
DEPENDENCIES
210-
github-pages (~> 217)
211-
jekyll (~> 3.9.0)
212-
jekyll-feed (~> 0.12)
259+
commonmarker (~> 0.23)
260+
github-pages (~> 227)
261+
jekyll (~> 3.9)
262+
jekyll-feed (~> 0.15)
213263
minima (~> 2.5)
214-
tzinfo (~> 1.2)
264+
tzinfo (~> 2.0)
215265
tzinfo-data
216266
wdm (~> 0.1.1)
217267
webrick

0 commit comments

Comments
 (0)