From 6330e687bf28ca8452d33551bd8b48f159d3b50d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 16:07:43 +0000 Subject: [PATCH] Bump rubocop from 1.35.0 to 1.39.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.35.0 to 1.39.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.35.0...v1.39.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 72a425d..8dc1ea3 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'faraday', '~> 1.10' gem 'webmock' gem 'rake', '~> 13.0' gem 'rspec', '~> 3.0' -gem 'rubocop', '~> 1.35' +gem 'rubocop', '~> 1.39' gem 'rubocop-rspec' gem 'guard', '~> 2.18' diff --git a/Gemfile.lock b/Gemfile.lock index 9eb6695..ea8a982 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,7 +88,7 @@ GEM rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) - regexp_parser (2.5.0) + regexp_parser (2.6.0) rexml (3.2.5) rspec (3.10.0) rspec-core (~> 3.10.0) @@ -103,17 +103,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.3) - rubocop (1.35.0) + rubocop (1.39.0) json (~> 2.3) parallel (~> 1.10) parser (>= 3.1.2.1) 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.23.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.21.0) + rubocop-ast (1.23.0) parser (>= 3.1.1.0) rubocop-rspec (2.12.1) rubocop (~> 1.31) @@ -123,7 +123,7 @@ GEM thor (1.2.1) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - unicode-display_width (2.2.0) + unicode-display_width (2.3.0) webmock (3.14.0) addressable (>= 2.8.0) crack (>= 0.3.2) @@ -143,7 +143,7 @@ DEPENDENCIES guard-rspec rake (~> 13.0) rspec (~> 3.0) - rubocop (~> 1.35) + rubocop (~> 1.39) rubocop-rspec webmock