superlint/dependencies/Gemfile

11 lines
224 B
Text
Raw Normal View History

# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
2020-07-15 17:54:38 -04:00
gem "rubocop", "~> 0.77.0"
gem "rubocop-rails", "~> 2.5"
2020-07-15 17:26:25 -04:00
gem "rubocop-github", "~> 0.14.0"