* updated

* space
This commit is contained in:
Lukas Gravley 2022-01-25 09:15:27 -06:00 committed by GitHub
parent f4f0b28d57
commit 06d4ef12f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -4,7 +4,7 @@ source "https://rubygems.org"
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "rubocop", "~> 1.13.0"
gem "rubocop", "~> 1.25.0"
gem "rubocop-github", "~> 0.17.0"
gem "rubocop-performance", "~>1.11.0"
gem "rubocop-rails", "~> 2.7"

View file

@ -18,13 +18,13 @@ GEM
rainbow (3.1.1)
regexp_parser (2.2.0)
rexml (3.2.5)
rubocop (1.13.0)
rubocop (1.25.0)
parallel (~> 1.10)
parser (>= 3.0.0.0)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml
rubocop-ast (>= 1.2.0, < 2.0)
rubocop-ast (>= 1.15.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.15.1)
@ -33,13 +33,13 @@ GEM
rubocop
rubocop-performance
rubocop-rails
rubocop-performance (1.11.0)
rubocop-performance (1.11.5)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
rubocop-rails (2.7.1)
rubocop-rails (2.13.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 0.87.0)
rubocop (>= 1.7.0, < 2.0)
rubocop-rspec (2.4.0)
rubocop (~> 1.0)
rubocop-ast (>= 1.1.0)
@ -52,11 +52,11 @@ PLATFORMS
ruby
DEPENDENCIES
rubocop (~> 1.13.0)
rubocop (~> 1.25.0)
rubocop-github (~> 0.17.0)
rubocop-performance (~> 1.11.0)
rubocop-rails (~> 2.7)
rubocop-rspec (~> 2.4.0)
BUNDLED WITH
2.2.11
2.3.5