From 824fe78caef3d05df0f65e50696f43ebad95efed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 05:29:29 +0000 Subject: [PATCH] Bump activesupport from 6.1.4.1 to 7.0.4.3 Bumps [activesupport](https://github.com/rails/rails) from 6.1.4.1 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/v6.1.4.1...v7.0.4.3) --- updated-dependencies: - dependency-name: activesupport dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 082ef52..a964412 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -7,24 +7,18 @@ PATH GEM remote: https://rubygems.org/ specs: - activemodel (6.1.4.1) - activesupport (= 6.1.4.1) - activesupport (6.1.4.1) + 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) tzinfo (~> 2.0) - zeitwerk (~> 2.3) - coderay (1.1.3) - concurrent-ruby (1.1.9) + concurrent-ruby (1.2.2) diff-lcs (1.3) - i18n (1.8.11) + i18n (1.12.0) concurrent-ruby (~> 1.0) - method_source (1.0.0) - minitest (5.14.4) - pry (0.14.1) - coderay (~> 1.1) - method_source (~> 1.0) + minitest (5.18.0) rspec (3.9.0) rspec-core (~> 3.9.0) rspec-expectations (~> 3.9.0) @@ -40,9 +34,8 @@ GEM rspec-support (3.9.3) rspec_junit_formatter (0.4.1) rspec-core (>= 2, < 4, != 2.12.0) - tzinfo (2.0.4) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) - zeitwerk (2.5.1) PLATFORMS ruby @@ -50,7 +43,6 @@ PLATFORMS DEPENDENCIES active_model_command! bundler (~> 1.17) - pry rspec (~> 3.0) rspec_junit_formatter (~> 0.4)