File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ source "https://rubygems.org"
33gem "faraday" , "2.14.1"
44gem "faraday-retry" , "2.4.0"
55gem "github-pages" , "~> 232" , group : :jekyll_plugins
6- gem "json" , "2.19.3 "
6+ gem "json" , "2.19.4 "
77gem "language_server-protocol" , "3.17.0.5"
88gem "nokogiri" , "~> 1.19.2"
9- gem "rake" , "13.3.1 "
10- gem "rubocop" , "1.86.0 "
9+ gem "rake" , "13.4.2 "
10+ gem "rubocop" , "1.86.1 "
1111
1212group :test do
1313 gem "fastimage"
Original file line number Diff line number Diff line change 236236 gemoji (>= 3 , < 5 )
237237 html-pipeline (~> 2.2 )
238238 jekyll (>= 3.0 , < 5.0 )
239- json (2.19.3 )
239+ json (2.19.4 )
240240 kramdown (2.4.0 )
241241 rexml
242242 kramdown-parser-gfm (1.1.0 )
256256 jekyll (>= 3.5 , < 5.0 )
257257 jekyll-feed (~> 0.9 )
258258 jekyll-seo-tag (~> 2.1 )
259- minitest (6.0.3 )
259+ minitest (6.0.4 )
260260 drb (~> 2.0 )
261261 prism (~> 1.5 )
262262 multi_xml (0.8.1 )
285285 octokit (4.25.1 )
286286 faraday (>= 1 , < 3 )
287287 sawyer (~> 0.9 )
288- parallel (1.27.0 )
288+ parallel (2.0.1 )
289289 parser (3.3.11.1 )
290290 ast (~> 2.4.1 )
291291 racc
@@ -299,20 +299,20 @@ GEM
299299 public_suffix (5.1.1 )
300300 racc (1.8.1 )
301301 rainbow (3.1.1 )
302- rake (13.3.1 )
302+ rake (13.4.2 )
303303 rb-fsevent (0.11.2 )
304304 rb-inotify (0.11.1 )
305305 ffi (~> 1.0 )
306- regexp_parser (2.11.3 )
306+ regexp_parser (2.12.0 )
307307 reline (0.6.3 )
308308 io-console (~> 0.5 )
309309 rexml (3.4.2 )
310310 rouge (3.30.0 )
311- rubocop (1.86.0 )
311+ rubocop (1.86.1 )
312312 json (~> 2.3 )
313313 language_server-protocol (~> 3.17.0.2 )
314314 lint_roller (~> 1.1.0 )
315- parallel (~> 1.10 )
315+ parallel (>= 1.10 )
316316 parser (>= 3.3.0.2 )
317317 rainbow (>= 2.2.2 , < 4.0 )
318318 regexp_parser (>= 2.9.3 , < 3.0 )
@@ -372,14 +372,14 @@ DEPENDENCIES
372372 fastimage
373373 github-pages (~> 232 )
374374 httparty
375- json (= 2.19.3 )
375+ json (= 2.19.4 )
376376 language_server-protocol (= 3.17.0.5 )
377377 minitest
378378 nokogiri (~> 1.19.2 )
379379 octokit
380380 pry
381- rake (= 13.3.1 )
382- rubocop (= 1.86.0 )
381+ rake (= 13.4.2 )
382+ rubocop (= 1.86.1 )
383383 rubocop-performance
384384 safe_yaml
385385 webrick
You can’t perform that action at this time.
0 commit comments