From f87949f0a050d7894936dd607dd5332540db03c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Sep 2022 20:47:46 +0000 Subject: [PATCH] Bump rubocop-rails from 2.15.2 to 2.16.1 in /dependencies Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.15.2 to 2.16.1. - [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.15.2...v2.16.1) --- 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 | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 6423fb40091..405c5e9f384 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -8,6 +8,6 @@ gem "rubocop", "~> 1.35.0" gem "rubocop-github", "~> 0.18.0" gem "rubocop-minitest", "~> 0.21.0" gem "rubocop-performance", "~>1.14.3" -gem "rubocop-rails", "~> 2.15" +gem "rubocop-rails", "~> 2.16" gem "rubocop-rake", "~> 0.6.0" gem "rubocop-rspec", "~> 2.13.2" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index f31ec33e09d..d6b80c2dd61 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -1,21 +1,21 @@ GEM remote: https://rubygems.org/ specs: - activesupport (7.0.3) + activesupport (7.0.4) 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) - i18n (1.11.0) + i18n (1.12.0) concurrent-ruby (~> 1.0) json (2.6.2) - minitest (5.16.2) + minitest (5.16.3) parallel (1.22.1) parser (3.1.2.1) ast (~> 2.4.1) - rack (2.2.4) + rack (3.0.0) rainbow (3.1.1) regexp_parser (2.6.0) rexml (3.2.5) @@ -40,16 +40,16 @@ GEM rubocop-performance (1.14.3) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - rubocop-rails (2.15.2) + rubocop-rails (2.16.1) activesupport (>= 4.2.0) rack (>= 1.1) - rubocop (>= 1.7.0, < 2.0) + rubocop (>= 1.33.0, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) rubocop-rspec (2.13.2) rubocop (~> 1.33) ruby-progressbar (1.11.0) - tzinfo (2.0.4) + tzinfo (2.0.5) concurrent-ruby (~> 1.0) unicode-display_width (2.3.0) @@ -61,7 +61,7 @@ DEPENDENCIES rubocop-github (~> 0.18.0) rubocop-minitest (~> 0.21.0) rubocop-performance (~> 1.14.3) - rubocop-rails (~> 2.15) + rubocop-rails (~> 2.16) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 2.13.2)