superlint/dependencies/Gemfile
dependabot[bot] 6984a43415
Bump rubocop-rspec from 2.2.0 to 2.3.0 in /dependencies (#1494)
Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/rubocop/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop-rspec/compare/v2.2.0...v2.3.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2021-04-30 13:25:50 -05:00

11 lines
292 B
Ruby

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