From 1e1f71f145d50ddd3a6e68d49ff3f80a091d9ad4 Mon Sep 17 00:00:00 2001 From: OKURA Masafumi Date: Fri, 19 Aug 2022 03:51:49 +0900 Subject: [PATCH] Add `rubocop-minitest` and `minitest-rake` (#3253) * Add `rubocop-minitest` and `minitest-rake` They are both official and recommended by RuboCop itself. * Update Gemfile.lock Co-authored-by: Lukas Gravley --- dependencies/Gemfile | 2 ++ dependencies/Gemfile.lock | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 21187b40..82e3ef93 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -6,6 +6,8 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } 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-rake", "~> 0.6.0" gem "rubocop-rspec", "~> 2.12.1" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index efb5783f..df69ff25 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -35,6 +35,8 @@ GEM rubocop (>= 1.0.0) rubocop-performance rubocop-rails + rubocop-minitest (0.21.0) + rubocop (>= 0.90, < 2.0) rubocop-performance (1.14.3) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) @@ -42,6 +44,8 @@ GEM activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.7.0, < 2.0) + rubocop-rake (0.6.0) + rubocop (~> 1.0) rubocop-rspec (2.12.1) rubocop (~> 1.31) ruby-progressbar (1.11.0) @@ -55,8 +59,10 @@ PLATFORMS DEPENDENCIES rubocop (~> 1.35.0) rubocop-github (~> 0.18.0) + rubocop-minitest (~> 0.21.0) rubocop-performance (~> 1.14.3) rubocop-rails (~> 2.15) + rubocop-rake (~> 0.6.0) rubocop-rspec (~> 2.12.1) BUNDLED WITH