From ef98a6a6f903fcaca466997489c057b06f02bf44 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 23:34:12 +0000 Subject: [PATCH] Bump rubocop-rails from 2.17.4 to 2.19.0 in /dependencies Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.17.4 to 2.19.0. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.17.4...v2.19.0) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dependencies/Gemfile | 2 +- dependencies/Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 8ec25a4a19a..e9cf5af5fb0 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -8,6 +8,6 @@ gem "rubocop", "~> 1.49.0" gem "rubocop-github", "~> 0.20.0" gem "rubocop-minitest", "~> 0.30.0" gem "rubocop-performance", "~>1.15.2" -gem "rubocop-rails", "~> 2.17" +gem "rubocop-rails", "~> 2.19" gem "rubocop-rake", "~> 0.6.0" gem "rubocop-rspec", "~> 2.19.0" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index 7b8a0768324..cca2f2e4053 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -1,21 +1,21 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.0.4) + activesupport (7.0.4.3) concurrent-ruby (~> 1.0, >= 1.0.2) i18n (>= 1.6, < 2) minitest (>= 5.1) tzinfo (~> 2.0) ast (2.4.2) - concurrent-ruby (1.1.10) + concurrent-ruby (1.2.2) i18n (1.12.0) concurrent-ruby (~> 1.0) json (2.6.3) - minitest (5.17.0) + minitest (5.18.0) parallel (1.22.1) parser (3.2.2.0) ast (~> 2.4.1) - rack (3.0.3) + rack (3.0.7) rainbow (3.1.1) regexp_parser (2.7.0) rexml (3.2.5) @@ -42,7 +42,7 @@ GEM rubocop-performance (1.15.2) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - rubocop-rails (2.17.4) + rubocop-rails (2.19.0) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) @@ -52,7 +52,7 @@ GEM rubocop (~> 1.33) rubocop-capybara (~> 2.17) ruby-progressbar (1.13.0) - tzinfo (2.0.5) + tzinfo (2.0.6) concurrent-ruby (~> 1.0) unicode-display_width (2.4.2) @@ -64,7 +64,7 @@ DEPENDENCIES rubocop-github (~> 0.20.0) rubocop-minitest (~> 0.30.0) rubocop-performance (~> 1.15.2) - rubocop-rails (~> 2.17) + rubocop-rails (~> 2.19) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 2.19.0)