From d919fe20d9fff4ffcc426586b73c7b503f1fbcac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2024 16:15:07 +0000 Subject: [PATCH] chore(deps): update dependency activesupport to ">= 6.1.7.3", "< 7.1.4" --- Gemfile | 2 +- Gemfile.lock | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7e4d042ad..fe2b3d790 100644 --- a/Gemfile +++ b/Gemfile @@ -4,5 +4,5 @@ source "https://rubygems.org" ruby "3.1.6" gem 'rubyzip', '2.3.0' gem "cocoapods", "1.15.2" -gem "activesupport", ">= 6.1.7.3", "< 7.1.0" +gem "activesupport", ">= 6.1.7.3", "< 7.1.4" gem "fastlane" \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 8c754f2db..634acbeb6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -5,10 +5,15 @@ GEM base64 nkf rexml - activesupport (7.0.8.4) + activesupport (7.1.3.4) + base64 + bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) + connection_pool (>= 2.2.5) + drb i18n (>= 1.6, < 2) minitest (>= 5.1) + mutex_m tzinfo (~> 2.0) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) @@ -35,6 +40,7 @@ GEM aws-eventstream (~> 1, >= 1.0.2) babosa (1.0.4) base64 (0.2.0) + bigdecimal (3.1.8) claide (1.1.0) cocoapods (1.15.2) addressable (~> 2.8) @@ -78,11 +84,13 @@ GEM commander (4.6.0) highline (~> 2.0.0) concurrent-ruby (1.3.3) + connection_pool (2.4.1) declarative (0.0.20) digest-crc (0.6.5) rake (>= 12.0.0, < 14.0.0) domain_name (0.6.20240107) dotenv (2.8.1) + drb (2.2.1) emoji_regex (3.2.3) escape (0.0.4) ethon (0.16.0) @@ -214,6 +222,7 @@ GEM molinillo (0.8.0) multi_json (1.15.0) multipart-post (2.4.1) + mutex_m (0.2.0) nanaimo (0.3.0) nap (1.1.0) naturally (2.2.1) @@ -276,7 +285,7 @@ PLATFORMS ruby DEPENDENCIES - activesupport (>= 6.1.7.3, < 7.1.0) + activesupport (>= 6.1.7.3, < 7.1.4) cocoapods (= 1.15.2) fastlane rubyzip (= 2.3.0)