From 2a1ec9153a83882c1975f74871142869b3d73a16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Jan 2023 02:56:47 +0000 Subject: [PATCH] Bump activesupport from 6.1.4.1 to 7.0.4.1 Bumps [activesupport](https://github.com/rails/rails) from 6.1.4.1 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/v6.1.4.1...v7.0.4.1) --- 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..9748403 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.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) - zeitwerk (~> 2.3) - coderay (1.1.3) - concurrent-ruby (1.1.9) + concurrent-ruby (1.1.10) 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.17.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.5) 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)