superlint/dependencies/Gemfile

11 lines
261 B
Ruby
Raw Normal View History

# frozen_string_literal: true
source "https://rubygems.org"
2020-07-16 10:56:27 -04:00
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
2020-07-16 10:56:27 -04:00
gem "rubocop", "~> 0.82.0"
gem "rubocop-github", "~> 0.16.0"
gem "rubocop-performance", "~>1.7.0"
gem "rubocop-rails", "~> 2.5"