From eb2c47fb5c89b2f6a432c94801c46c4dc6aa8139 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 03:16:15 +0000 Subject: [PATCH] Bump activesupport in /sli/opstools/migration/83_context_right_migration Bumps [activesupport](https://github.com/rails/rails) from 3.2.9 to 7.0.4.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.3/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.2.9...v7.0.4.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] --- .../83_context_right_migration/Gemfile.lock | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/sli/opstools/migration/83_context_right_migration/Gemfile.lock b/sli/opstools/migration/83_context_right_migration/Gemfile.lock index 5b465b595a7..3b229ad654b 100644 --- a/sli/opstools/migration/83_context_right_migration/Gemfile.lock +++ b/sli/opstools/migration/83_context_right_migration/Gemfile.lock @@ -1,17 +1,23 @@ GEM remote: http://rubygems.org/ specs: - activesupport (3.2.9) - i18n (~> 0.6) - multi_json (~> 1.0) + activesupport (7.0.4.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) bson (1.8.0) activesupport bson_ext (1.8.0) bson (~> 1.8.0) - i18n (0.6.1) + concurrent-ruby (1.2.2) + i18n (1.12.0) + concurrent-ruby (~> 1.0) + minitest (5.18.0) mongo (1.8.0) bson (~> 1.8.0) - multi_json (1.4.0) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) PLATFORMS ruby