From 3efded3d0b66f11fc7031f4926fb16fd523d44ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 21:49:10 +0000 Subject: [PATCH] Bump activesupport from 7.0.6 to 7.0.7.2 in /example Bumps [activesupport](https://github.com/rails/rails) from 7.0.6 to 7.0.7.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.7.2/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v7.0.6...v7.0.7.2) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] --- example/Gemfile.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/Gemfile.lock b/example/Gemfile.lock index 0a31efc06..fb0c1f129 100644 --- a/example/Gemfile.lock +++ b/example/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: CFPropertyList (3.0.6) rexml - activesupport (7.0.6) + activesupport (7.0.7.2) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -87,6 +87,7 @@ GEM PLATFORMS arm64-darwin-21 + x86_64-linux DEPENDENCIES cocoapods (~> 1.12)