superlint/dependencies/Gemfile
OKURA Masafumi 1e1f71f145
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 <admiralawkbar@github.com>
2022-08-18 13:51:49 -05:00

13 lines
363 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
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"