From 7ad975eeba643ac8a0649284db7497491b80a6c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 17:02:09 +0000 Subject: [PATCH] Bump rubocop from 1.48.1 to 1.50.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.48.1 to 1.50.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.48.1...v1.50.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index c431411..5fc4978 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gemspec group :development, :test do gem 'rspec', '~> 3.12.0' - gem 'rubocop', '~> 1.48.1' + gem 'rubocop', '~> 1.50.0' gem 'rubocop-performance', '~> 1.16.0' gem 'rubocop-rspec', '~> 2.19.0' end diff --git a/Gemfile.lock b/Gemfile.lock index 0941e85..af9a485 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,7 +22,7 @@ GEM mini_mime (1.1.2) multi_xml (0.6.0) parallel (1.22.1) - parser (3.2.1.1) + parser (3.2.2.0) ast (~> 2.4.1) public_suffix (5.0.1) rainbow (3.1.1) @@ -42,17 +42,17 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) rspec-support (3.12.0) - rubocop (1.48.1) + rubocop (1.50.0) json (~> 2.3) parallel (~> 1.10) 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.26.0, < 2.0) + rubocop-ast (>= 1.28.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.27.0) + rubocop-ast (1.28.0) parser (>= 3.2.1.0) rubocop-capybara (2.17.1) rubocop (~> 1.41) @@ -86,7 +86,7 @@ DEPENDENCIES rake (~> 13.0.6) regio! rspec (~> 3.12.0) - rubocop (~> 1.48.1) + rubocop (~> 1.50.0) rubocop-performance (~> 1.16.0) rubocop-rspec (~> 2.19.0) simplecov (~> 0.22.0)