From f5e3a8c39109b7332dcff9a5de165f0c7e8acfe4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 03:54:30 +0000 Subject: [PATCH] Bump activesupport from 4.2.10 to 7.0.4.3 Bumps [activesupport](https://github.com/rails/rails) from 4.2.10 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/v4.2.10...v7.0.4.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6ae14c7e..dc9419f4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,11 +1,11 @@ GEM remote: https://rubygems.org/ specs: - activesupport (4.2.10) - i18n (~> 0.7) - minitest (~> 5.1) - thread_safe (~> 0.3, >= 0.3.4) - tzinfo (~> 1.1) + activesupport (7.0.4.3) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) addressable (2.8.0) public_suffix (>= 2.0.2, < 5.0) adsf (1.2.0) @@ -24,7 +24,7 @@ GEM nio4r (>= 0.5.0) coderay (1.1.0) colored (1.2) - concurrent-ruby (1.0.5) + concurrent-ruby (1.2.2) cri (2.7.0) colored (~> 1.2) em-websocket (0.5.0) @@ -65,7 +65,7 @@ GEM guard-pow (2.0.0) guard (~> 2.0) http_parser.rb (0.5.3) - i18n (0.9.1) + i18n (1.12.0) concurrent-ruby (~> 1.0) json (2.3.0) kramdown (2.4.0) @@ -78,7 +78,7 @@ GEM lumberjack (1.0.4) method_source (0.8.2) mini_portile2 (2.8.0) - minitest (5.11.1) + minitest (5.18.0) multi_json (1.15.0) multipart-post (2.1.1) nanoc (3.8.0) @@ -118,10 +118,9 @@ GEM concurrent-ruby (~> 1.0) rack (> 1, < 3) thor (0.18.1) - thread_safe (0.3.6) timers (1.1.0) - tzinfo (1.2.4) - thread_safe (~> 0.1) + tzinfo (2.0.6) + concurrent-ruby (~> 1.0) uglifier (2.7.2) execjs (>= 0.3.0) json (>= 1.8.0)