From a499d63aaddc37ab5a065a16a732b99d78967bc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Nov 2022 18:39:05 +0000 Subject: [PATCH] Bump rubocop from 1.37.1 to 1.38.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.37.1 to 1.38.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.37.1...v1.38.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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f2fc20f..0caaeb8 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source 'https://rubygems.org' -gem 'rubocop', '1.37.1', require: false +gem 'rubocop', '1.38.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 1448db2..5a8f636 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GEM rainbow (3.1.1) regexp_parser (2.6.0) rexml (3.2.5) - rubocop (1.37.1) + rubocop (1.38.0) json (~> 2.3) parallel (~> 1.10) parser (>= 3.1.2.1) @@ -29,7 +29,7 @@ PLATFORMS x86_64-linux DEPENDENCIES - rubocop (= 1.37.1) + rubocop (= 1.38.0) BUNDLED WITH 2.2.22