From a9b2851f5d15c7f63d68552f284b0c35a270c6f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 14:17:26 +0000 Subject: [PATCH] Bump rubocop from 1.35.0 to 1.36.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.35.0 to 1.36.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.36.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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 72a425d..9d49826 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.36' gem 'rubocop-rspec' gem 'guard', '~> 2.18' diff --git a/Gemfile.lock b/Gemfile.lock index ab7a984..dc873c7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,7 +103,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.10.0) rspec-support (3.10.3) - rubocop (1.35.0) + rubocop (1.36.0) json (~> 2.3) parallel (~> 1.10) parser (>= 3.1.2.1) @@ -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.36) rubocop-rspec webmock