Skip to content

Commit 9ea2f7b

Browse files
committed
Merge branch 'v2' into netlify-deploy
2 parents 028a579 + 502cad6 commit 9ea2f7b

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ source "https://rubygems.org"
22

33
gem "github-pages", group: :jekyll_plugins
44
gem "jekyll", "~> 3.9"
5+
gem "webrick", "~> 1.7"

Gemfile.lock

+12-11
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ GEM
2626
eventmachine (1.2.7)
2727
eventmachine (1.2.7-x64-mingw32)
2828
execjs (2.8.1)
29-
faraday (2.6.0)
29+
faraday (2.7.2)
3030
faraday-net_http (>= 2.0, < 3.1)
3131
ruby2_keywords (>= 0.0.4)
32-
faraday-net_http (3.0.1)
32+
faraday-net_http (3.0.2)
3333
ffi (1.15.5)
3434
ffi (1.15.5-x64-mingw32)
3535
forwardable-extended (2.6.0)
@@ -204,30 +204,30 @@ GEM
204204
kramdown-parser-gfm (1.1.0)
205205
kramdown (~> 2.0)
206206
liquid (4.0.3)
207-
listen (3.7.1)
207+
listen (3.8.0)
208208
rb-fsevent (~> 0.10, >= 0.10.3)
209209
rb-inotify (~> 0.9, >= 0.9.10)
210210
mercenary (0.3.6)
211-
mini_portile2 (2.8.0)
211+
mini_portile2 (2.8.1)
212212
minima (2.5.1)
213213
jekyll (>= 3.5, < 5.0)
214214
jekyll-feed (~> 0.9)
215215
jekyll-seo-tag (~> 2.1)
216-
minitest (5.16.3)
217-
nokogiri (1.13.9)
218-
mini_portile2 (~> 2.8.0)
219-
racc (~> 1.4)
216+
minitest (5.17.0)
220217
nokogiri (1.13.9-x64-mingw32)
221218
racc (~> 1.4)
222219
nokogiri (1.13.9-x86_64-linux)
223220
racc (~> 1.4)
221+
nokogiri (1.14.0)
222+
mini_portile2 (~> 2.8.0)
223+
racc (~> 1.4)
224224
octokit (4.25.1)
225225
faraday (>= 1, < 3)
226226
sawyer (~> 0.9)
227227
pathutil (0.16.2)
228228
forwardable-extended (~> 2.6)
229229
public_suffix (4.0.7)
230-
racc (1.6.0)
230+
racc (1.6.2)
231231
rb-fsevent (0.11.2)
232232
rb-inotify (0.10.1)
233233
ffi (~> 1.0)
@@ -256,8 +256,8 @@ GEM
256256
unf (0.1.4)
257257
unf_ext
258258
unf_ext (0.0.8.2)
259-
unf_ext (0.0.8.2-x64-mingw32)
260259
unicode-display_width (1.8.0)
260+
webrick (1.7.0)
261261
zeitwerk (2.6.6)
262262

263263
PLATFORMS
@@ -268,6 +268,7 @@ PLATFORMS
268268
DEPENDENCIES
269269
github-pages
270270
jekyll (~> 3.9)
271+
webrick (~> 1.7)
271272

272273
BUNDLED WITH
273-
2.1.4
274+
2.4.3

0 commit comments

Comments
 (0)