From f6a8372a060d2551ef4823c451e956898d14f0b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 02:05:00 +0000 Subject: [PATCH] Update activesupport requirement from ~> 7 to >= 7, < 9 Updates the requirements on [activesupport](https://github.com/rails/rails) to permit the latest version. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.2.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.2.2.2...v7.2.3.1) --- updated-dependencies: - dependency-name: activesupport dependency-version: 7.2.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 18 +++++++++--------- lt-google-api.gemspec | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7b4698e..a88e994 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,14 +2,14 @@ PATH remote: . specs: lt-google-api (0.4.1) - activesupport (~> 7) + activesupport (>= 7, < 9) google-apis-drive_v3 (~> 0.66) googleauth (~> 1.14) GEM remote: https://rubygems.org/ specs: - activesupport (7.2.2.2) + activesupport (7.2.3.1) base64 benchmark (>= 0.3) bigdecimal @@ -18,19 +18,19 @@ GEM drb i18n (>= 1.6, < 2) logger (>= 1.4.2) - minitest (>= 5.1) + minitest (>= 5.1, < 6) securerandom (>= 0.3) tzinfo (~> 2.0, >= 2.0.5) addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) ast (2.4.3) base64 (0.3.0) - benchmark (0.4.1) - bigdecimal (3.2.3) + benchmark (0.5.0) + bigdecimal (4.0.1) childprocess (5.1.0) logger (~> 1.5) - concurrent-ruby (1.3.5) - connection_pool (2.5.4) + concurrent-ruby (1.3.6) + connection_pool (3.0.2) csv (3.3.5) declarative (0.0.20) drb (2.2.3) @@ -67,7 +67,7 @@ GEM multi_json (~> 1.11) os (>= 0.9, < 2.0) signet (>= 0.16, < 2.a) - i18n (1.14.7) + i18n (1.14.8) concurrent-ruby (~> 1.0) iniparse (1.5.0) json (2.14.1) @@ -80,7 +80,7 @@ GEM rb-inotify (~> 0.9, >= 0.9.10) logger (1.7.0) mini_mime (1.1.5) - minitest (5.25.5) + minitest (5.27.0) multi_json (1.17.0) mutex_m (0.3.0) net-http (0.6.0) diff --git a/lt-google-api.gemspec b/lt-google-api.gemspec index 24ccaa5..1442bf2 100644 --- a/lt-google-api.gemspec +++ b/lt-google-api.gemspec @@ -37,7 +37,7 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength spec.add_dependency 'googleauth', '~> 1.14' # NOTE: Limited to 7.x due to all clients are using 7.x - spec.add_dependency 'activesupport', '~> 7' + spec.add_dependency 'activesupport', '>= 7', '< 9' spec.add_development_dependency 'bundler', '~> 2.4' spec.add_development_dependency 'overcommit', '~> 0.57'