From 494d13e1fb86bf16bed33ac0e4bee62c1cff59c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jan 2022 06:03:03 +0000 Subject: [PATCH] Bump rubocop-rails from 2.10.1 to 2.13.1 Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.10.1 to 2.13.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.10.1...v2.13.1) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 072168c..186d843 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM xpath (~> 3.2) childprocess (3.0.0) coderay (1.1.3) - concurrent-ruby (1.1.8) + concurrent-ruby (1.1.9) crass (1.0.6) debug_inspector (1.1.0) diff-lcs (1.4.4) @@ -100,7 +100,7 @@ GEM globalid (0.4.2) activesupport (>= 4.2.0) hirb (0.7.3) - i18n (1.8.10) + i18n (1.8.11) concurrent-ruby (~> 1.0) jbuilder (2.11.2) activesupport (>= 5.0.0) @@ -115,14 +115,14 @@ GEM marcel (1.0.1) method_source (1.0.0) mini_mime (1.0.3) - minitest (5.14.4) + minitest (5.15.0) msgpack (1.4.2) mysql2 (0.5.3) nio4r (2.5.7) nokogiri (1.11.4-x86_64-linux) racc (~> 1.4) - parallel (1.20.1) - parser (3.0.1.1) + parallel (1.21.0) + parser (3.1.0.0) ast (~> 2.4.1) pry (0.13.1) coderay (~> 1.1) @@ -178,7 +178,7 @@ GEM rb-fsevent (0.11.0) rb-inotify (0.10.1) ffi (~> 1.0) - regexp_parser (2.1.1) + regexp_parser (2.2.0) rexml (3.2.5) rspec-core (3.10.1) rspec-support (~> 3.10.0) @@ -206,12 +206,12 @@ GEM rubocop-ast (>= 1.5.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.5.0) + rubocop-ast (1.15.1) parser (>= 3.0.1.1) rubocop-performance (1.11.3) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - rubocop-rails (2.10.1) + rubocop-rails (2.13.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.7.0, < 2.0) @@ -252,7 +252,7 @@ GEM turbolinks-source (5.2.0) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - unicode-display_width (2.0.0) + unicode-display_width (2.1.0) web-console (4.1.0) actionview (>= 6.0.0) activemodel (>= 6.0.0) @@ -273,7 +273,7 @@ GEM xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.26) - zeitwerk (2.4.2) + zeitwerk (2.5.3) PLATFORMS x86_64-linux