From 8fc8fcc6f407a507f4eafff00f52d86a960e21ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 01:42:42 +0000 Subject: [PATCH] Bump activesupport from 4.0.0 to 6.1.7.5 in /site-lisp/extensions/robe Bumps [activesupport](https://github.com/rails/rails) from 4.0.0 to 6.1.7.5. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.0/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v4.0.0...v6.1.7.5) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- site-lisp/extensions/robe/Gemfile.lock | 30 ++++++++++++-------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/site-lisp/extensions/robe/Gemfile.lock b/site-lisp/extensions/robe/Gemfile.lock index 727379d1..a95dc7d0 100644 --- a/site-lisp/extensions/robe/Gemfile.lock +++ b/site-lisp/extensions/robe/Gemfile.lock @@ -1,21 +1,21 @@ GEM remote: https://rubygems.org/ specs: - activesupport (4.0.0) - i18n (~> 0.6, >= 0.6.4) - minitest (~> 4.2) - multi_json (~> 1.3) - thread_safe (~> 0.1) - tzinfo (~> 0.3.37) - atomic (1.1.14) - atomic (1.1.14-java) + activesupport (6.1.7.5) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + zeitwerk (~> 2.3) coderay (1.1.0) + concurrent-ruby (1.2.2) diff-lcs (1.2.4) ffi (1.9.10-java) - i18n (0.6.9) + i18n (1.14.1) + concurrent-ruby (~> 1.0) method_source (0.8.2) - minitest (4.7.5) - multi_json (1.10.1) + minitest (5.20.0) + multi_json (1.15.0) pry (0.10.3) coderay (~> 1.1.0) method_source (~> 0.8.1) @@ -44,12 +44,10 @@ GEM slop (3.6.0) spoon (0.0.4) ffi - thread_safe (0.1.3) - atomic - thread_safe (0.1.3-java) - atomic - tzinfo (0.3.38) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) yard (0.8.7.6) + zeitwerk (2.6.12) PLATFORMS java