From 173d1c9a9dfabe1efeaa16601e03643a65d0f65e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 16:20:58 +0000 Subject: [PATCH] Bump activesupport from 3.2.8 to 7.0.4.3 Bumps [activesupport](https://github.com/rails/rails) from 3.2.8 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.8...v7.0.4.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 289aaf7..6d97b39 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,9 @@ GEM remote: http://rubygems.org/ specs: - activemodel (7.0.3) - activesupport (= 7.0.3) - activesupport (7.0.3) + activemodel (7.0.4.3) + activesupport (= 7.0.4.3) + activesupport (7.0.4.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) @@ -13,10 +13,10 @@ GEM activesupport (>= 4.0.0) mime-types (>= 1.16) ssrf_filter (~> 1.0) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.2) crypt19-rb (1.2.1) git (1.2.5) - i18n (1.10.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) jeweler (1.6.4) bundler (~> 1.0) @@ -25,12 +25,12 @@ GEM mime-types (3.4.1) mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) - minitest (5.15.0) + minitest (5.18.0) rake (0.9.2.2) rcov (0.9.11) shoulda (2.11.3) ssrf_filter (1.0.7) - tzinfo (2.0.4) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) PLATFORMS