mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-07 09:45:46 -05:00
ce18ad0ec7
Bumps [rubocop-github](https://github.com/github/rubocop-github) from 0.16.0 to 0.16.1. - [Release notes](https://github.com/github/rubocop-github/releases) - [Commits](https://github.com/github/rubocop-github/compare/v0.16.0...0.16.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 lines
294 B
Ruby
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.5"
|
|
gem "rubocop-rspec", "~> 1.41.0"
|