mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
1e1f71f145
* 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>
13 lines
363 B
Ruby
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"
|