File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
gem 'github-pages' , group : :jekyll_plugins
3
3
gem 'jekyll-redirect-from'
4
- gem "rexml" , "~> 3.2 "
4
+ gem "rexml" , "~> 3.3 "
5
5
6
6
gem "webrick" , "~> 1.8"
Original file line number Diff line number Diff line change 231
231
nokogiri (1.16.2 )
232
232
mini_portile2 (~> 2.8.2 )
233
233
racc (~> 1.4 )
234
- nokogiri (1.16.2-x64-mingw-ucrt )
235
- racc (~> 1.4 )
236
234
octokit (4.22.0 )
237
235
faraday (>= 0.9 )
238
236
sawyer (~> 0.8.0 , >= 0.5.3 )
243
241
rb-fsevent (0.10.3 )
244
242
rb-inotify (0.10.1 )
245
243
ffi (~> 1.0 )
246
- rexml (3.2.5 )
244
+ rexml (3.3.2 )
245
+ strscan
247
246
rouge (3.13.0 )
248
247
ruby-enum (0.7.2 )
249
248
i18n
258
257
sawyer (0.8.2 )
259
258
addressable (>= 2.3.5 )
260
259
faraday (> 0.8 , < 2.0 )
260
+ strscan (3.1.0 )
261
261
terminal-table (1.8.0 )
262
262
unicode-display_width (~> 1.1 , >= 1.1.1 )
263
263
thread_safe (0.3.6 )
@@ -277,7 +277,7 @@ PLATFORMS
277
277
DEPENDENCIES
278
278
github-pages
279
279
jekyll-redirect-from
280
- rexml (~> 3.2 )
280
+ rexml (~> 3.3 )
281
281
webrick (~> 1.8 )
282
282
283
283
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments