mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 09:45:46 -05:00
06d4ef12f7
* updated * space
11 lines
294 B
Ruby
11 lines
294 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
gem "rubocop", "~> 1.25.0"
|
|
gem "rubocop-github", "~> 0.17.0"
|
|
gem "rubocop-performance", "~>1.11.0"
|
|
gem "rubocop-rails", "~> 2.7"
|
|
gem "rubocop-rspec", "~> 2.4.0"
|