# frozen_string_literal: true

source "https://rubygems.org"

git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }

gem "rubocop", "~> 1.6.1"
gem "rubocop-github", "~> 0.16.1"
gem "rubocop-performance", "~>1.7.1"
gem "rubocop-rails", "~> 2.7"
gem "rubocop-rspec", "~> 2.2.0"