diff --git a/Gemfile b/Gemfile index 4ed503c4d0..b851e475ce 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'jekyll', '4.2.2' gem 'webrick' # Used for custom _plugins -gem 'activesupport', '~> 6.1.4' +gem 'activesupport', '~> 7.0.2' gem 'liquid-tag-parser', '~> 2.0.2' group :jekyll_plugins do diff --git a/Gemfile.lock b/Gemfile.lock index 33476df6a9..09421062db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,12 +1,11 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.1.4.1) + activesupport (7.0.2.4) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) - zeitwerk (~> 2.3) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) colorator (1.1.0) @@ -57,7 +56,7 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) mercenary (0.4.0) mini_portile2 (2.8.0) - minitest (5.14.4) + minitest (5.15.0) nokogiri (1.13.4) mini_portile2 (~> 2.8.0) racc (~> 1.4) @@ -83,7 +82,6 @@ GEM concurrent-ruby (~> 1.0) unicode-display_width (1.8.0) webrick (1.7.0) - zeitwerk (2.4.2) PLATFORMS aarch64-linux @@ -91,7 +89,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (~> 6.1.4) + activesupport (~> 7.0.2) jekyll (= 4.2.2) jekyll-toc (~> 0.17.1) liquid-tag-parser (~> 2.0.2)