File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ group :jekyll_plugins do
99end
1010
1111gem "webrick" , "~> 1.8"
12+ gem "rubyzip" , "~> 2.3.0"
Original file line number Diff line number Diff line change 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 )
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 )
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
296295BUNDLED WITH
You can’t perform that action at this time.
0 commit comments