From 9b0faf3768d4fa4f2583691f50d154b62125675a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Sep 2022 13:07:59 +0000 Subject: [PATCH] Bump rubocop-packaging from 0.5.1 to 0.5.2 Bumps [rubocop-packaging](https://github.com/utkarsh2102/rubocop-packaging) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/utkarsh2102/rubocop-packaging/releases) - [Commits](https://github.com/utkarsh2102/rubocop-packaging/compare/v0.5.1...v0.5.2) --- updated-dependencies: - dependency-name: rubocop-packaging dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 578cafb..396c3d5 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,6 @@ gem 'rake', '~> 13.0' gem 'rake-compiler', '~> 1.2' gem 'rubocop', '1.34.1' gem 'rubocop-minitest', '0.21.0' -gem 'rubocop-packaging', '0.5.1' +gem 'rubocop-packaging', '0.5.2' gem 'rubocop-performance', '1.14.3' gem 'rubocop-rake', '0.6.0' diff --git a/Gemfile.lock b/Gemfile.lock index 76da4df..85f1018 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -41,8 +41,8 @@ GEM parser (>= 3.1.1.0) rubocop-minitest (0.21.0) rubocop (>= 0.90, < 2.0) - rubocop-packaging (0.5.1) - rubocop (>= 0.89, < 2.0) + rubocop-packaging (0.5.2) + rubocop (>= 1.33, < 2.0) rubocop-performance (1.14.3) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) @@ -63,7 +63,7 @@ DEPENDENCIES rake-compiler (~> 1.2) rubocop (= 1.34.1) rubocop-minitest (= 0.21.0) - rubocop-packaging (= 0.5.1) + rubocop-packaging (= 0.5.2) rubocop-performance (= 1.14.3) rubocop-rake (= 0.6.0) wordexp!