From af3d2b40f5f35a8383f88416e6bba07df96f564f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 03:16:16 +0000 Subject: [PATCH] Bump activesupport from 3.2.9 to 7.0.4.3 in /tools/odin 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] --- tools/odin/Gemfile.lock | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/tools/odin/Gemfile.lock b/tools/odin/Gemfile.lock index bd4c219d368..cc608bfbf89 100644 --- a/tools/odin/Gemfile.lock +++ b/tools/odin/Gemfile.lock @@ -1,21 +1,26 @@ 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.2) bson_ext (1.8.2) bson (~> 1.8.2) + concurrent-ruby (1.2.2) diff-lcs (1.1.3) equivalent-xml (0.3.0) nokogiri (>= 1.4.3) factory_girl (4.1.0) activesupport (>= 3.0.0) - i18n (0.6.1) + i18n (1.12.0) + concurrent-ruby (~> 1.0) + minitest (5.18.0) mongo (1.8.2) bson (~> 1.8.2) - multi_json (1.4.0) + multi_json (1.15.0) mustache (0.99.4) nokogiri (1.5.5) rake (10.0.2) @@ -31,6 +36,8 @@ GEM multi_json (~> 1.0) simplecov-html (~> 0.7.1) simplecov-html (0.7.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) PLATFORMS ruby