From 817f87619e00cd6f2eae0afd87a28187b65b063a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 08:10:34 +0000 Subject: [PATCH] chore(deps-dev): Bump rubocop-rails from 2.15.0 to 2.15.2 Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.15.0 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.15.0...v2.15.2) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 7e7f3bc..0ec20b1 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ group :development do gem 'listen', '>= 3.0.5', '< 3.8' gem 'reek', '~> 6.1.1', require: false gem 'rubocop', '~> 1.30.1', require: false - gem 'rubocop-rails', '~> 2.15.0', require: false + gem 'rubocop-rails', '~> 2.15.2', require: false gem 'rubocop-rspec', '~> 2.11.1', require: false gem 'spring', '~> 2.1.1' gem 'spring-watcher-listen', '~> 2.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 6a13e08..51d9877 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,7 +123,7 @@ GEM method_source (1.0.0) mini_mime (1.1.2) mini_portile2 (2.8.0) - minitest (5.15.0) + minitest (5.16.2) msgpack (1.5.2) nio4r (2.5.8) nokogiri (1.13.6) @@ -138,7 +138,7 @@ GEM puma (5.6.4) nio4r (~> 2.0) racc (1.6.0) - rack (2.2.3.1) + rack (2.2.4) rack-cors (1.1.1) rack (>= 2.0.0) rack-test (1.1.0) @@ -210,7 +210,7 @@ GEM unicode-display_width (>= 1.4.0, < 3.0) rubocop-ast (1.18.0) parser (>= 3.1.1.0) - rubocop-rails (2.15.0) + rubocop-rails (2.15.2) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.7.0, < 2.0) @@ -249,7 +249,7 @@ GEM thor (1.2.1) tzinfo (2.0.4) concurrent-ruby (~> 1.0) - unicode-display_width (2.1.0) + unicode-display_width (2.2.0) uniform_notifier (1.16.0) webmock (3.14.0) addressable (>= 2.8.0) @@ -287,7 +287,7 @@ DEPENDENCIES rspec-json_expectations (~> 2.2.0) rspec-rails (~> 5.1.2) rubocop (~> 1.30.1) - rubocop-rails (~> 2.15.0) + rubocop-rails (~> 2.15.2) rubocop-rspec (~> 2.11.1) sentry-rails sentry-ruby