From ff6e0c0665939d25be125e2dc48f2cf0038b1a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Apr 2022 08:21:20 +0000 Subject: [PATCH] Bump activesupport from 6.1.4.1 to 7.0.2.4 Bumps [activesupport](https://github.com/rails/rails) from 6.1.4.1 to 7.0.2.4. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.2.4/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.4.1...v7.0.2.4) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) 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)