From a7b452401fc6757c5aa67a63ee628536ee120d48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 20:11:51 +0000 Subject: [PATCH] Bump the rails_70 group in /gemfiles/rails_70 with 2 updates Bumps the rails_70 group in /gemfiles/rails_70 with 2 updates: [minitest](https://github.com/minitest/minitest) and [rubocop](https://github.com/rubocop/rubocop). Updates `minitest` from 5.20.0 to 5.21.2 - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](https://github.com/minitest/minitest/compare/v5.20.0...v5.21.2) Updates `rubocop` from 1.59.0 to 1.60.2 - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.59.0...v1.60.2) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rails_70 - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor dependency-group: rails_70 ... Signed-off-by: dependabot[bot] --- gemfiles/rails_70/Gemfile.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gemfiles/rails_70/Gemfile.lock b/gemfiles/rails_70/Gemfile.lock index af7e552b..0feec56f 100644 --- a/gemfiles/rails_70/Gemfile.lock +++ b/gemfiles/rails_70/Gemfile.lock @@ -105,7 +105,7 @@ GEM marcel (1.0.2) method_source (1.0.0) mini_mime (1.1.5) - minitest (5.20.0) + minitest (5.21.2) minitest-reporters (1.6.1) ansi builder @@ -131,7 +131,7 @@ GEM nokogiri (1.15.4-x86_64-linux) racc (~> 1.4) parallel (1.24.0) - parser (3.2.2.4) + parser (3.3.0.5) ast (~> 2.4.1) racc racc (1.7.3) @@ -173,16 +173,16 @@ GEM zeitwerk (~> 2.5) rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.8.3) + regexp_parser (2.9.0) responders (3.1.1) actionpack (>= 5.2) railties (>= 5.2) rexml (3.2.6) - rubocop (1.59.0) + rubocop (1.60.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.4) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0)