mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 01:35:53 -05:00
10 lines
261 B
Ruby
10 lines
261 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
gem "rubocop", "~> 0.82.0"
|
|
gem "rubocop-github", "~> 0.16.0"
|
|
gem "rubocop-performance", "~>1.7.0"
|
|
gem "rubocop-rails", "~> 2.5"
|