mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
3ecfdee035
Bumps [rubocop-performance](https://github.com/rubocop-hq/rubocop-performance) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/rubocop-hq/rubocop-performance/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-performance/compare/v1.7.0...v1.7.1) Signed-off-by: dependabot[bot] <support@github.com>
10 lines
261 B
Ruby
10 lines
261 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
gem "rubocop", "~> 0.82.0"
|
|
gem "rubocop-github", "~> 0.16.0"
|
|
gem "rubocop-performance", "~>1.7.1"
|
|
gem "rubocop-rails", "~> 2.5"
|