From de35f4325961a8d2d2554694ed1ed7843e08982a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 10:46:48 +0000 Subject: [PATCH 1/3] Bump rubocop from 1.60.2 to 1.62.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.60.2 to 1.62.0. - [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.60.2...v1.62.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 52a9bc9..c0600ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,7 +71,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-support (3.13.0) - rubocop (1.60.2) + rubocop (1.62.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -79,7 +79,7 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.31.1) From 0c855af1ef1d052f9e133cb1391212bc4803ec13 Mon Sep 17 00:00:00 2001 From: David Runger Date: Fri, 8 Mar 2024 02:40:49 -0600 Subject: [PATCH 2/3] Bump runger_style to 2.0.0 --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index c0600ad..9c6d8b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,6 +46,7 @@ GEM parser (3.3.0.5) ast (~> 2.4.1) racc + prism (0.24.0) pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) @@ -104,7 +105,8 @@ GEM memo_wise (>= 1.7, < 2) rainbow (>= 3.0, < 4) slop (~> 4.8) - runger_style (1.7.0) + runger_style (2.0.0) + prism (>= 0.24.0) rubocop (>= 1.38.0, < 2) simplecov (0.22.0) docile (~> 1.1) From 230fe2ea48511036d998a22c2c2043f1e8ad84a1 Mon Sep 17 00:00:00 2001 From: David Runger Date: Fri, 8 Mar 2024 02:40:49 -0600 Subject: [PATCH 3/3] Change from double to single quotes in binstubs --- bin/release | 4 ++-- bin/rspec | 4 ++-- bin/rubocop | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/release b/bin/release index 2818b20..e6d71b0 100755 --- a/bin/release +++ b/bin/release @@ -16,8 +16,8 @@ if File.file?(bundle_binstub) if File.read(bundle_binstub, 300).include?('This file was generated by Bundler') load(bundle_binstub) else - abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run. -Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.") + abort('Your `bin/bundle` was not generated by Bundler, so this binstub cannot run. +Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.') end end diff --git a/bin/rspec b/bin/rspec index b79c4d1..50a19aa 100755 --- a/bin/rspec +++ b/bin/rspec @@ -16,8 +16,8 @@ if File.file?(bundle_binstub) if File.read(bundle_binstub, 300).include?('This file was generated by Bundler') load(bundle_binstub) else - abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run. -Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.") + abort('Your `bin/bundle` was not generated by Bundler, so this binstub cannot run. +Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.') end end diff --git a/bin/rubocop b/bin/rubocop index 786dcf0..0adb602 100755 --- a/bin/rubocop +++ b/bin/rubocop @@ -16,8 +16,8 @@ if File.file?(bundle_binstub) if File.read(bundle_binstub, 300).include?('This file was generated by Bundler') load(bundle_binstub) else - abort("Your `bin/bundle` was not generated by Bundler, so this binstub cannot run. -Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.") + abort('Your `bin/bundle` was not generated by Bundler, so this binstub cannot run. +Replace `bin/bundle` by running `bundle binstubs bundler --force`, then run this command again.') end end