From a088626d55ada402f909974a490cfb59e787dacc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Jul 2022 01:11:38 +0000 Subject: [PATCH] Bump rubocop-rails from 2.13.1 to 2.15.2 Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.13.1 to 2.15.2. - [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.13.1...v2.15.2) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 51dbd4d0..64b98984 100644 --- a/Gemfile +++ b/Gemfile @@ -93,7 +93,7 @@ group :development, :test do gem "rspec-rails", "~> 5.1" gem "rspec-sidekiq", "~> 3.0", require: false gem "rubocop", "~> 1.22", ">= 1.22.1" - gem "rubocop-rails", "~> 2.13", ">= 2.13.1" + gem "rubocop-rails", "~> 2.15" gem "shoulda-matchers", "~> 5.0" gem "simplecov", require: false gem "simplecov-cobertura", require: false diff --git a/Gemfile.lock b/Gemfile.lock index dd8779da..b41eda38 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -337,8 +337,8 @@ GEM omniauth-oauth (~> 1.1) rack orm_adapter (0.5.0) - parallel (1.21.0) - parser (3.1.0.0) + parallel (1.22.1) + parser (3.1.2.0) ast (~> 2.4.1) pg (1.4.1) pghero (2.8.3) @@ -408,7 +408,7 @@ GEM ffi (~> 1.0) redcarpet (3.5.1) redis (4.5.1) - regexp_parser (2.2.0) + regexp_parser (2.5.0) request_store (1.5.1) rack (>= 1.4) responders (3.0.1) @@ -453,9 +453,9 @@ GEM rubocop-ast (>= 1.15.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 3.0) - rubocop-ast (1.15.1) - parser (>= 3.0.1.1) - rubocop-rails (2.13.1) + rubocop-ast (1.18.0) + parser (>= 3.1.1.0) + rubocop-rails (2.15.2) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.7.0, < 2.0) @@ -548,7 +548,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8) - unicode-display_width (2.1.0) + unicode-display_width (2.2.0) uniform_notifier (1.16.0) warden (1.2.9) rack (>= 2.0.9) @@ -630,7 +630,7 @@ DEPENDENCIES rspec-rails (~> 5.1) rspec-sidekiq (~> 3.0) rubocop (~> 1.22, >= 1.22.1) - rubocop-rails (~> 2.13, >= 2.13.1) + rubocop-rails (~> 2.15) ruby-progressbar sanitize sass-rails (~> 5.0)