mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
3da1cfc3d3
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>
11 lines
292 B
Ruby
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"
|