From 74a661edd5edbe5eff7a068faed4a023f799ab7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 18:55:04 +0000 Subject: [PATCH] Bump rubocop from 1.36.0 to 1.56.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.36.0 to 1.56.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.36.0...v1.56.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 34 ++++++++++++++++++++-------------- 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index 6a59f45..dd1fc1f 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "rake", "~> 13.0" gem "rspec", "~> 3.12" -gem "rubocop", "~> 1.21" +gem "rubocop", "~> 1.56" gem "rubocop-rspec", require: false gem "pry" diff --git a/Gemfile.lock b/Gemfile.lock index 3b1a0bd..958fcd1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,6 +11,7 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.2) + base64 (0.1.1) coderay (1.1.3) colorize (0.8.1) diff-lcs (1.5.0) @@ -21,19 +22,22 @@ GEM faraday-multipart (1.0.4) multipart-post (~> 2) faraday-net_http (3.0.2) - json (2.6.2) + json (2.6.3) + language_server-protocol (3.17.0.3) method_source (1.0.0) multipart-post (2.3.0) - parallel (1.22.1) - parser (3.1.2.1) + parallel (1.23.0) + parser (3.2.2.3) ast (~> 2.4.1) + racc pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) + racc (1.7.1) rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.6.0) - rexml (3.2.5) + regexp_parser (2.8.1) + rexml (3.2.6) rspec (3.12.0) rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) @@ -47,26 +51,28 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.36.0) + rubocop (1.56.1) + base64 (~> 0.1.1) json (~> 2.3) + language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.1.2.1) + parser (>= 3.2.2.3) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.20.1, < 2.0) + rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.21.0) - parser (>= 3.1.1.0) + unicode-display_width (>= 2.4.0, < 3.0) + rubocop-ast (1.29.0) + parser (>= 3.2.1.0) rubocop-rspec (2.17.1) rubocop (~> 1.33) ruby-openai (4.1.0) faraday (>= 1) faraday-multipart (>= 1) - ruby-progressbar (1.11.0) + ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) - unicode-display_width (2.3.0) + unicode-display_width (2.4.2) PLATFORMS arm64-darwin-21 @@ -77,7 +83,7 @@ DEPENDENCIES pry rake (~> 13.0) rspec (~> 3.12) - rubocop (~> 1.21) + rubocop (~> 1.56) rubocop-rspec safe_commit!