From 84b7cb5d861d4afbe33884f510e81a6a3183b5e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 04:16:18 +0000 Subject: [PATCH] Bump rubocop from 1.45.1 to 1.46.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.45.1 to 1.46.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.45.1...v1.46.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production 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 5f565b4e..6bba976b 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,6 @@ gem "byebug", "~> 11.1.3" gem "dotenv", "~> 2.8.1" gem "rake", "~> 13.0" gem "rspec", "~> 3.12" -gem "rubocop", "~> 1.45.1" +gem "rubocop", "~> 1.46.0" gem "vcr", "~> 6.1.0" gem "webmock", "~> 3.18.1" diff --git a/Gemfile.lock b/Gemfile.lock index 1f80c4df..6e058e95 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,7 +23,7 @@ GEM mini_mime (1.1.2) multi_xml (0.6.0) parallel (1.22.1) - parser (3.2.0.0) + parser (3.2.1.0) ast (~> 2.4.1) public_suffix (5.0.1) rainbow (3.1.1) @@ -43,18 +43,18 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.45.1) + rubocop (1.46.0) json (~> 2.3) parallel (~> 1.10) parser (>= 3.2.0.0) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.24.1, < 2.0) + rubocop-ast (>= 1.26.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.24.1) - parser (>= 3.1.1.0) + rubocop-ast (1.26.0) + parser (>= 3.2.1.0) ruby-progressbar (1.11.0) unicode-display_width (2.4.2) vcr (6.1.0) @@ -71,7 +71,7 @@ DEPENDENCIES dotenv (~> 2.8.1) rake (~> 13.0) rspec (~> 3.12) - rubocop (~> 1.45.1) + rubocop (~> 1.46.0) ruby-openai! vcr (~> 6.1.0) webmock (~> 3.18.1)