From 0f4d69251a9e35dd967a8cc3dca3bd8e87ba7d43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 10:15:28 +0000 Subject: [PATCH] chore(deps): update activesupport requirement from >= 6.1.7.3, < 7.1.0 to >= 6.1.7.3, < 7.2.0 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/v7.1.3.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v6.1.7.3...v7.1.3.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/mobile/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mobile/Gemfile b/packages/mobile/Gemfile index 0bfc7e6536..d2ed6539aa 100644 --- a/packages/mobile/Gemfile +++ b/packages/mobile/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -gem 'activesupport', '>= 6.1.7.3', '< 7.1.0' +gem 'activesupport', '>= 6.1.7.3', '< 7.2.0' # You may use http://rbenv.org/ or https://rvm.io/ to install and use this version ruby ">= 2.6.10" gem 'cocoapods', '~> 1.13'