superlint/dependencies/Gemfile
dependabot[bot] c5c5611a08
Bump rubocop-rails from 2.14.2 to 2.15.0 in /dependencies (#3051)
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.14.2 to 2.15.0.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases)
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.14.2...v2.15.0)

---
updated-dependencies:
- dependency-name: rubocop-rails
  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>
2022-06-22 09:27:55 -05:00

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.30.1"
gem "rubocop-github", "~> 0.17.0"
gem "rubocop-performance", "~>1.14.2"
gem "rubocop-rails", "~> 2.15"
gem "rubocop-rspec", "~> 2.11.1"