From 9b1881fbdf26e8164f0a08439a762adca0776097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 16:07:46 +0000 Subject: [PATCH] Bump rubocop from 1.35.1 to 1.39.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.35.1 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.1...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 dd40b67..b58a718 100644 --- a/Gemfile +++ b/Gemfile @@ -9,5 +9,5 @@ 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' diff --git a/Gemfile.lock b/Gemfile.lock index 66f9345..89b73fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -56,7 +56,7 @@ GEM public_suffix (4.0.7) rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.5.0) + regexp_parser (2.6.0) rexml (3.2.5) rspec (3.10.0) rspec-core (~> 3.10.0) @@ -71,17 +71,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.3) - rubocop (1.35.1) + 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) @@ -89,7 +89,7 @@ GEM ruby2_keywords (0.0.5) 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) @@ -106,7 +106,7 @@ DEPENDENCIES faraday (~> 1.10) rake (~> 13.0) rspec (~> 3.0) - rubocop (~> 1.35) + rubocop (~> 1.39) rubocop-rspec thingsboard-ruby! webmock