File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
+ gem 'jekyll'
4
+ gem 'nokogiri' , '1.15.6'
3
5
gem 'rake'
4
6
gem 'webrick'
5
7
Original file line number Diff line number Diff line change @@ -208,23 +208,23 @@ GEM
208
208
rb-fsevent (~> 0.10 , >= 0.10.3 )
209
209
rb-inotify (~> 0.9 , >= 0.9.10 )
210
210
mercenary (0.3.6 )
211
- mini_portile2 (2.8.1 )
211
+ mini_portile2 (2.8.6 )
212
212
minima (2.5.1 )
213
213
jekyll (>= 3.5 , < 5.0 )
214
214
jekyll-feed (~> 0.9 )
215
215
jekyll-seo-tag (~> 2.1 )
216
216
minitest (5.19.0 )
217
- nokogiri (1.14.3 )
218
- mini_portile2 (~> 2.8.0 )
217
+ nokogiri (1.15.6 )
218
+ mini_portile2 (~> 2.8.2 )
219
219
racc (~> 1.4 )
220
220
octokit (4.25.1 )
221
221
faraday (>= 1 , < 3 )
222
222
sawyer (~> 0.9 )
223
223
pathutil (0.16.2 )
224
224
forwardable-extended (~> 2.6 )
225
225
public_suffix (4.0.7 )
226
- racc (1.6.2 )
227
- rake (13.2.1 )
226
+ racc (1.7.3 )
227
+ rake (13.1.0 )
228
228
rb-fsevent (0.11.2 )
229
229
rb-inotify (0.10.1 )
230
230
ffi (~> 1.0 )
@@ -260,10 +260,12 @@ PLATFORMS
260
260
261
261
DEPENDENCIES
262
262
github-pages
263
+ jekyll
263
264
jekyll-include-cache
264
265
jekyll-toc
266
+ nokogiri (= 1.15.6 )
265
267
rake
266
268
webrick
267
269
268
270
BUNDLED WITH
269
- 2.4.1
271
+ 2.4.22
You can’t perform that action at this time.
0 commit comments