superlint/dependencies/Gemfile
dependabot[bot] 11245c61f4
Bump rubocop-rails from 2.6.0 to 2.7.1 in /dependencies (#1237)
Bumps [rubocop-rails](https://github.com/rubocop-hq/rubocop-rails) from 2.6.0 to 2.7.1.
- [Release notes](https://github.com/rubocop-hq/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-rails/compare/v2.6.0...v2.7.1)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-22 08:19:59 -06:00

11 lines
294 B
Ruby

# frozen_string_literal: true
source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "rubocop", "~> 0.89.0"
gem "rubocop-github", "~> 0.16.1"
gem "rubocop-performance", "~>1.7.1"
gem "rubocop-rails", "~> 2.7"
gem "rubocop-rspec", "~> 1.41.0"