From 0b33d66fb51921706632a573718c8ee8fde17d2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 16:59:33 +0000 Subject: [PATCH] Bump rubocop from 1.35.1 to 1.49.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.35.1 to 1.49.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.49.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 | 24 ++++++++++++------------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Gemfile b/Gemfile index dd40b67..e3faf3c 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.49' gem 'rubocop-rspec' diff --git a/Gemfile.lock b/Gemfile.lock index 66f9345..b2eb7e6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,16 +47,16 @@ GEM hashdiff (1.0.1) i18n (1.11.0) concurrent-ruby (~> 1.0) - json (2.6.2) + json (2.6.3) minitest (5.16.2) multipart-post (2.2.3) parallel (1.22.1) - parser (3.1.2.1) + parser (3.2.2.0) ast (~> 2.4.1) public_suffix (4.0.7) rainbow (3.1.1) rake (13.0.6) - regexp_parser (2.5.0) + regexp_parser (2.7.0) rexml (3.2.5) rspec (3.10.0) rspec-core (~> 3.10.0) @@ -71,25 +71,25 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.3) - rubocop (1.35.1) + rubocop (1.49.0) json (~> 2.3) parallel (~> 1.10) - parser (>= 3.1.2.1) + 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.20.1, < 2.0) + rubocop-ast (>= 1.28.0, < 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.28.0) + parser (>= 3.2.1.0) rubocop-rspec (2.12.1) rubocop (~> 1.31) - ruby-progressbar (1.11.0) + ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - unicode-display_width (2.2.0) + unicode-display_width (2.4.2) 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.49) rubocop-rspec thingsboard-ruby! webmock