mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
10 lines
224 B
Ruby
10 lines
224 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
|
|
gem "rubocop", "~> 0.77.0"
|
|
gem "rubocop-rails", "~> 2.5"
|
|
gem "rubocop-github", "~> 0.14.0"
|