From f4123f87a10b0649907122626f80be7a89231789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 10:25:07 +0000 Subject: [PATCH] Bump rubocop from 1.56.0 to 1.57.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.56.0 to 1.57.1. - [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.56.0...v1.57.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index c3baf96..9ec44be 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ group :development, :test do gem 'pry-byebug', '~> 3.6' gem 'rake', '~> 13.0' gem 'rspec', '~> 3.0' - gem 'rubocop', '~> 1.56' + gem 'rubocop', '~> 1.57' gem 'rubocop-rspec', '~> 2.23' gem 'timecop', '~> 0.9' gem 'vcr', '~> 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index b4db068..d0787e0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,7 +116,7 @@ GEM openstack (3.3.21) json parallel (1.23.0) - parser (3.2.2.3) + parser (3.2.2.4) ast (~> 2.4.1) racc pry (0.14.2) @@ -146,7 +146,7 @@ GEM redis-client (>= 0.9.0) redis-client (0.15.0) connection_pool - regexp_parser (2.8.1) + regexp_parser (2.8.2) rest-client (2.1.0) http-accept (>= 1.7.0, < 2.0) http-cookie (>= 1.0.2, < 2.0) @@ -167,12 +167,12 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.56.0) + rubocop (1.57.1) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) @@ -219,7 +219,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.2) - unicode-display_width (2.4.2) + unicode-display_width (2.5.0) unicode-types (1.8.0) uuid (2.3.9) macaddr (~> 1.0) @@ -241,7 +241,7 @@ DEPENDENCIES pushmi_pullyu! rake (~> 13.0) rspec (~> 3.0) - rubocop (~> 1.56) + rubocop (~> 1.57) rubocop-rspec (~> 2.23) timecop (~> 0.9) vcr (~> 5.0)