mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
dc5a858601
Bumps [rubocop-github](https://github.com/github/rubocop-github) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/github/rubocop-github/releases) - [Commits](https://github.com/github/rubocop-github/compare/v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: rubocop-github dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
11 lines
296 B
Ruby
11 lines
296 B
Ruby
# frozen_string_literal: true
|
|
|
|
source "https://rubygems.org"
|
|
|
|
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
|
|
|
|
gem "rubocop", "~> 1.31.2"
|
|
gem "rubocop-github", "~> 0.18.0"
|
|
gem "rubocop-performance", "~>1.14.2"
|
|
gem "rubocop-rails", "~> 2.15"
|
|
gem "rubocop-rspec", "~> 2.11.1"
|