From cc1d2b9b0720dfd5d33b01bc8869a342e129d72f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 00:46:15 +0000 Subject: [PATCH] Bump the production-dependencies group with 2 updates Bumps the production-dependencies group with 2 updates: [reek](https://github.com/troessner/reek) and [rubocop](https://github.com/rubocop/rubocop). Updates `reek` from 6.2.0 to 6.3.0 - [Changelog](https://github.com/troessner/reek/blob/master/CHANGELOG.md) - [Commits](https://github.com/troessner/reek/compare/v6.2.0...v6.3.0) 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: reek dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 4 ++-- Gemfile.lock | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 794a423..042e49e 100644 --- a/Gemfile +++ b/Gemfile @@ -8,9 +8,9 @@ gemspec gem 'bundler', '~> 2.4', '>= 2.4.21' gem 'pry-byebug', '~> 3.9' gem 'rake', '~> 13.0', '>= 13.0.6' -gem 'reek', '~> 6.1', '>= 6.1.1' +gem 'reek', '~> 6.3' gem 'rspec', '>= 3.10' -gem 'rubocop', '~> 1.35' +gem 'rubocop', '~> 1.60' gem 'rubocop-performance', '~> 1.14', '>= 1.14.3' gem 'rubocop-rspec', '~> 2.12', '>= 2.12.1' gem 'simplecov', '~> 0.22.0' diff --git a/Gemfile.lock b/Gemfile.lock index 877edaa..95789b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,7 +46,7 @@ GEM language_server-protocol (3.17.0.3) method_source (1.0.0) parallel (1.24.0) - parser (3.2.2.4) + parser (3.3.0.5) ast (~> 2.4.1) racc pry (0.14.2) @@ -58,9 +58,9 @@ GEM racc (1.7.3) rainbow (3.1.1) rake (13.1.0) - reek (6.2.0) + reek (6.3.0) dry-schema (~> 1.13.0) - parser (~> 3.2.0) + parser (~> 3.3.0) rainbow (>= 2.0, < 4.0) rexml (~> 3.1) regexp_parser (2.9.0) @@ -78,11 +78,11 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.1) - 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) @@ -122,9 +122,9 @@ DEPENDENCIES immutable_struct_ex_redactable! pry-byebug (~> 3.9) rake (~> 13.0, >= 13.0.6) - reek (~> 6.1, >= 6.1.1) + reek (~> 6.3) rspec (>= 3.10) - rubocop (~> 1.35) + rubocop (~> 1.60) rubocop-performance (~> 1.14, >= 1.14.3) rubocop-rspec (~> 2.12, >= 2.12.1) simplecov (~> 0.22.0)