diff --git a/Gemfile.lock b/Gemfile.lock index 199a11cf9d..a68edce4d0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,16 +23,17 @@ PATH GEM remote: https://rubygems.org/ specs: - activesupport (7.2.1) + activesupport (7.2.1.2) base64 bigdecimal - concurrent-ruby (~> 1.0, >= 1.0.2) + concurrent-ruby (~> 1.0, >= 1.3.1) connection_pool (>= 2.2.5) drb i18n (>= 1.6, < 2) + logger (>= 1.4.2) minitest (>= 5.1) - mutex_m - tzinfo (~> 2.0) + securerandom (>= 0.3) + tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) base64 (0.2.0) @@ -66,10 +67,10 @@ GEM ffi (1.17.0) ffi (1.17.0-x86_64-linux-gnu) forwardable-extended (2.6.0) - google-protobuf (4.28.1) + google-protobuf (4.28.2) bigdecimal rake (>= 13) - google-protobuf (4.28.1-x86_64-linux) + google-protobuf (4.28.2-x86_64-linux) bigdecimal rake (>= 13) http_parser.rb (0.8.0) @@ -127,7 +128,6 @@ GEM mercenary (0.4.0) mini_portile2 (2.8.7) minitest (5.25.1) - mutex_m (0.2.0) namae (1.2.0) racc (~> 1.7) nokogiri (1.16.7) @@ -161,6 +161,7 @@ GEM google-protobuf (~> 4.27) sassc (2.4.0) ffi (~> 1.9) + securerandom (0.3.1) sprockets (4.2.1) concurrent-ruby (~> 1.0) rack (>= 2.2.4, < 4) @@ -171,7 +172,7 @@ GEM uglifier (4.2.1) execjs (>= 0.3.0, < 3) unicode-display_width (2.6.0) - webrick (1.8.1) + webrick (1.8.2) PLATFORMS ruby diff --git a/_gems/jekyll-assets/Gemfile.lock b/_gems/jekyll-assets/Gemfile.lock index 22a2bd59b1..23786a1ea3 100644 --- a/_gems/jekyll-assets/Gemfile.lock +++ b/_gems/jekyll-assets/Gemfile.lock @@ -17,20 +17,20 @@ PATH GEM remote: https://rubygems.org/ specs: - actionpack (6.1.7.8) - actionview (= 6.1.7.8) - activesupport (= 6.1.7.8) + actionpack (6.1.7.9) + actionview (= 6.1.7.9) + activesupport (= 6.1.7.9) rack (~> 2.0, >= 2.0.9) rack-test (>= 0.6.3) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.0, >= 1.2.0) - actionview (6.1.7.8) - activesupport (= 6.1.7.8) + actionview (6.1.7.9) + activesupport (= 6.1.7.9) builder (~> 3.1) erubi (~> 1.4) rails-dom-testing (~> 2.0) rails-html-sanitizer (~> 1.1, >= 1.2.0) - activesupport (6.1.7.8) + activesupport (6.1.7.9) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -52,7 +52,7 @@ GEM builder (3.3.0) coderay (1.1.3) colorator (1.1.0) - concurrent-ruby (1.3.3) + concurrent-ruby (1.3.4) crass (1.0.6) diff-lcs (1.5.0) docile (1.4.0) @@ -75,7 +75,7 @@ GEM fspath (3.1.2) google-protobuf (3.22.2-x86_64-linux) http_parser.rb (0.8.0) - i18n (1.14.5) + i18n (1.14.6) concurrent-ruby (~> 1.0) image_optim (0.31.2) exifr (~> 1.2, >= 1.2.2) @@ -123,7 +123,7 @@ GEM listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - loofah (2.22.0) + loofah (2.23.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) luna-rspec-formatters (3.16.0) @@ -134,7 +134,7 @@ GEM mini_magick (5.0.1) mini_racer (0.6.3) libv8-node (~> 16.10.0.0) - minitest (5.24.1) + minitest (5.25.1) nokogiri (1.13.10-x86_64-linux) racc (~> 1.4) parallel (1.22.1) @@ -148,8 +148,8 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.0.1) - racc (1.8.0) - rack (2.2.9) + racc (1.8.1) + rack (2.2.10) rack-test (2.1.0) rack (>= 1.3) rails-dom-testing (2.2.0) @@ -158,9 +158,9 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.5.0) loofah (~> 2.19, >= 2.19.1) - railties (6.1.7.8) - actionpack (= 6.1.7.8) - activesupport (= 6.1.7.8) + railties (6.1.7.9) + actionpack (= 6.1.7.9) + activesupport (= 6.1.7.9) method_source rake (>= 12.2) thor (~> 1.0) @@ -170,7 +170,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) regexp_parser (2.6.2) - rexml (3.3.7) + rexml (3.3.9) rouge (3.30.0) rspec (3.12.0) rspec-core (~> 3.12.0) @@ -232,8 +232,8 @@ GEM uglifier (4.2.0) execjs (>= 0.3.0, < 3) unicode-display_width (1.8.0) - webrick (1.8.1) - zeitwerk (2.6.16) + webrick (1.8.2) + zeitwerk (2.6.18) PLATFORMS x86_64-linux diff --git a/_gems/jekyll-seo-tag/jekyll-seo-tag.gemspec b/_gems/jekyll-seo-tag/jekyll-seo-tag.gemspec index c6d003d705..6bde271eda 100644 --- a/_gems/jekyll-seo-tag/jekyll-seo-tag.gemspec +++ b/_gems/jekyll-seo-tag/jekyll-seo-tag.gemspec @@ -30,5 +30,5 @@ Gem::Specification.new do |spec| spec.add_development_dependency "bundler", ">= 1.15" spec.add_development_dependency "html-proofer", "~> 5.0" spec.add_development_dependency "rspec", "~> 3.5" - spec.add_development_dependency "rubocop-jekyll", "~> 0.13.0" + spec.add_development_dependency "rubocop-jekyll", "~> 0.14.0" end