From 37132fc72efc3ea51f820c9030af22fad15a3348 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 12:05:45 +0000 Subject: [PATCH] Bump activesupport from 7.0.4.2 to 7.0.7.1 Bumps [activesupport](https://github.com/rails/rails) from 7.0.4.2 to 7.0.7.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.4.2...v7.0.7.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index e4596cd..27856e8 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source 'https://rubygems.org' # Specify your gem's dependencies in cocoapods-patch.gemspec gemspec -gem 'activesupport', '~> 7.0', '<= 7.0.8' +gem 'activesupport', '~> 7.0' diff --git a/Gemfile.lock b/Gemfile.lock index a8dcdf2..8d6be33 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GEM specs: CFPropertyList (3.0.6) rexml - activesupport (7.0.4.2) + activesupport (7.0.7.1) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -59,7 +59,7 @@ GEM netrc (~> 0.11) cocoapods-try (1.2.0) colored2 (3.1.2) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) diff-lcs (1.4.4) escape (0.0.4) ethon (0.16.0) @@ -69,10 +69,10 @@ GEM fuzzy_match (2.0.4) gh_inspector (1.1.3) httpclient (2.8.3) - i18n (1.12.0) + i18n (1.14.1) concurrent-ruby (~> 1.0) json (2.6.3) - minitest (5.17.0) + minitest (5.22.2) molinillo (0.8.0) nanaimo (0.3.0) nap (1.1.0) @@ -112,7 +112,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - activesupport (~> 7.0, <= 7.0.8) + activesupport (~> 7.0) bundler (~> 2.0) cocoapods-patch! rake (~> 13.0)