From c94bf4ecc01913280eae070394a9f24f9d95a1b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Feb 2023 22:32:29 +0000 Subject: [PATCH] Bump activesupport from 5.2.8.1 to 6.0.6.1 Bumps [activesupport](https://github.com/rails/rails) from 5.2.8.1 to 6.0.6.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.8.1...v6.0.6.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index bdd87cd4..cbbe750b 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ source "http://rubygems.org" -gem "activesupport", "~>5.0" # confirmed working, higher is probably OK too +gem "activesupport", "~>6.0" # confirmed working, higher is probably OK too gem "adsf", "~>1.3" # needed for "nanoc view", 1.4 and up requires ruby >=2.3 gem "bluecloth" gem "builder" diff --git a/Gemfile.lock b/Gemfile.lock index 16043957..9499fd1d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,18 +1,19 @@ GEM remote: http://rubygems.org/ specs: - activesupport (5.2.8.1) + activesupport (6.0.6.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 0.7, < 2) minitest (~> 5.1) tzinfo (~> 1.1) + zeitwerk (~> 2.2, >= 2.2.2) adsf (1.4.6) rack (>= 1.0.0, < 3.0.0) ast (2.4.2) bluecloth (2.2.0) builder (3.2.4) coderay (1.1.3) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.0) cri (2.15.11) faraday (2.5.2) faraday-net_http (>= 2.0, < 3.1) @@ -26,7 +27,7 @@ GEM rexml method_source (1.0.0) mini_portile2 (2.8.0) - minitest (5.16.3) + minitest (5.17.0) nanoc (3.8.0) cri (~> 2.3) nokogiri (1.13.8) @@ -77,12 +78,13 @@ GEM tzinfo-data (1.2022.3) tzinfo (>= 1.0.0) unicode-display_width (2.3.0) + zeitwerk (2.6.6) PLATFORMS ruby DEPENDENCIES - activesupport (~> 5.0) + activesupport (~> 6.0) adsf (~> 1.3) bluecloth builder