From 02ec45a29d242ba051523d8993a62c290864f15e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 02:09:50 +0000 Subject: [PATCH] Bump activesupport from 6.0.3.1 to 6.0.6.1 Bumps [activesupport](https://github.com/rails/rails) from 6.0.3.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/v6.0.3.1...v6.0.6.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 21 ++++++++++----------- 2 files changed, 11 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index fa54e9b..1f4aa8b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ # frozen_string_literal: true source('https://rubygems.org') -gem('activesupport', '6.0.3.1') +gem('activesupport', '6.1.7.1') gem('addressable', '2.8.0') gem('airbrake', '~> 5.0') gem('aws-sdk-s3', '~> 1') diff --git a/Gemfile.lock b/Gemfile.lock index baf1d6b..15788d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,14 +4,14 @@ GEM RubyInline (3.13.0) ZenTest (~> 4.3) ZenTest (4.12.1) - activemodel (6.0.3.1) - activesupport (= 6.0.3.1) - activesupport (6.0.3.1) + activemodel (6.1.7.1) + activesupport (= 6.1.7.1) + activesupport (6.1.7.1) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.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) airbrake (5.8.1) @@ -227,10 +227,9 @@ GEM tf-idf-similarity (0.2.0) unicode_utils (~> 1.4) thor (1.2.1) - thread_safe (0.3.6) tilt (2.1.0) - tzinfo (1.2.11) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) unf (0.1.4) unf_ext unf_ext (0.0.8.2) @@ -247,7 +246,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (= 6.0.3.1) + activesupport (= 6.1.7.1) addressable (= 2.8.0) airbrake (~> 5.0) aws-sdk-s3 (~> 1)