From f9abec4346eba4189ce841bb0d405953daf8f8c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 10:10:38 +0000 Subject: [PATCH] chore(deps-dev): bump rubocop from 1.52.0 to 1.52.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.52.0 to 1.52.1. - [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.52.0...v1.52.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4567f5d55b..03ad6b253b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -473,8 +473,9 @@ GEM parallel (1.23.0) paranoia (2.6.2) activerecord (>= 5.1, < 7.1) - parser (3.2.2.1) + parser (3.2.2.3) ast (~> 2.4.1) + racc paypal-sdk-core (0.3.4) multi_json (~> 1.0) xml-simple @@ -626,10 +627,10 @@ GEM rswag-ui (2.9.0) actionpack (>= 3.1, < 7.1) railties (>= 3.1, < 7.1) - rubocop (1.52.0) + rubocop (1.52.1) json (~> 2.3) parallel (~> 1.10) - parser (>= 3.2.0.0) + parser (>= 3.2.2.3) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0)