Skip to content

Commit 57feacc

Browse files
updated Gemfile
2 parents 204a0cc + eb32ec9 commit 57feacc

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ group :jekyll_plugins do
99
end
1010

1111
gem "webrick", "~> 1.8"
12+
gem "rubyzip", "~> 2.3.0"

docs/Gemfile.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ GEM
1313
minitest (>= 5.1, < 6)
1414
securerandom (>= 0.3)
1515
tzinfo (~> 2.0, >= 2.0.5)
16-
addressable (2.8.6)
17-
public_suffix (>= 2.0.2, < 6.0)
16+
addressable (2.9.0)
17+
public_suffix (>= 2.0.2, < 8.0)
1818
base64 (0.3.0)
1919
benchmark (0.5.0)
2020
bigdecimal (4.0.1)
@@ -232,10 +232,8 @@ GEM
232232
jekyll-feed (~> 0.9)
233233
jekyll-seo-tag (~> 2.1)
234234
minitest (5.23.0)
235-
mutex_m (0.2.0)
236235
net-http (0.9.1)
237236
uri (>= 0.11.1)
238-
minitest (5.27.0)
239237
nokogiri (1.19.1-x86_64-linux-gnu)
240238
racc (~> 1.4)
241239
octokit (4.25.1)
@@ -245,7 +243,7 @@ GEM
245243
forwardable-extended (~> 2.6)
246244
props (1.2.0)
247245
iniparser (>= 0.1.0)
248-
public_suffix (5.0.5)
246+
public_suffix (5.1.1)
249247
racc (1.8.1)
250248
rb-fsevent (0.11.2)
251249
rb-inotify (0.10.1)
@@ -291,6 +289,7 @@ DEPENDENCIES
291289
jekyll (= 3.9.4)
292290
jekyll-theme-slate
293291
markdown
292+
rubyzip (~> 2.3.0)
294293
webrick (~> 1.8)
295294

296295
BUNDLED WITH

0 commit comments

Comments
 (0)