From c421b3ecfbb771134b5c5b8f1c4b6a24b09a91f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 00:47:32 +0000 Subject: [PATCH] Bump activesupport from 3.2.9 to 7.0.4.1 Bumps [activesupport](https://github.com/rails/rails) from 3.2.9 to 7.0.4.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.4.1/activesupport/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v3.2.9...v7.0.4.1) --- updated-dependencies: - dependency-name: activesupport dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 822ff69..8de15ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,30 +1,29 @@ PATH remote: . specs: - factory_data_preloader (1.0.2) + factory_data_preloader (1.0.3) GEM remote: http://rubygems.org/ specs: - activemodel (3.2.9) - activesupport (= 3.2.9) - builder (~> 3.0.0) - activerecord (3.2.9) - activemodel (= 3.2.9) - activesupport (= 3.2.9) - arel (~> 3.0.2) - tzinfo (~> 0.3.29) - activesupport (3.2.9) - i18n (~> 0.6) - multi_json (~> 1.0) - arel (3.0.2) - builder (3.0.4) + activemodel (7.0.4.1) + activesupport (= 7.0.4.1) + activerecord (7.0.4.1) + activemodel (= 7.0.4.1) + activesupport (= 7.0.4.1) + activesupport (7.0.4.1) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) columnize (0.3.6) - i18n (0.6.1) + concurrent-ruby (1.1.10) + i18n (1.12.0) + concurrent-ruby (~> 1.0) linecache (0.46) rbx-require-relative (> 0.0.4) + minitest (5.17.0) mocha (0.9.12) - multi_json (1.5.0) rbx-require-relative (0.0.9) ruby-debug (0.10.4) columnize (>= 0.1) @@ -35,7 +34,8 @@ GEM sqlite3 (1.3.6) sqlite3-ruby (1.3.3) sqlite3 (>= 1.3.3) - tzinfo (0.3.35) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) PLATFORMS ruby