superlint/dependencies/Gemfile
dependabot[bot] 3da1cfc3d3
Bump rubocop-rspec from 1.44.1 to 2.2.0 in /dependencies (#1253)
Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.44.1 to 2.2.0.
- [Release notes](https://github.com/rubocop-hq/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-rspec/compare/v1.44.1...v2.2.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-02-23 08:09:12 -06: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.2.0"