mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 18:20:57 -05:00
Fix rubocop github version
This commit is contained in:
parent
f1f0fb0241
commit
30c83e65fe
2 changed files with 4 additions and 7 deletions
2
dependencies/Gemfile
vendored
2
dependencies/Gemfile
vendored
|
@ -7,4 +7,4 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
||||||
|
|
||||||
gem "rubocop", "~> 0.82.0"
|
gem "rubocop", "~> 0.82.0"
|
||||||
gem "rubocop-rails", "~> 2.5"
|
gem "rubocop-rails", "~> 2.5"
|
||||||
gem "rubocop-github", "~> 0.13.0"
|
gem "rubocop-github", "~> 0.14.0"
|
||||||
|
|
9
dependencies/Gemfile.lock
vendored
9
dependencies/Gemfile.lock
vendored
|
@ -27,11 +27,8 @@ GEM
|
||||||
rexml
|
rexml
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 1.4.0, < 2.0)
|
unicode-display_width (>= 1.4.0, < 2.0)
|
||||||
rubocop-github (0.13.0)
|
rubocop-github (0.14.0)
|
||||||
rubocop (~> 0.70)
|
rubocop (~> 0.59)
|
||||||
rubocop-performance (~> 1.5.0)
|
|
||||||
rubocop-performance (1.5.2)
|
|
||||||
rubocop (>= 0.71.0)
|
|
||||||
rubocop-rails (2.6.0)
|
rubocop-rails (2.6.0)
|
||||||
activesupport (>= 4.2.0)
|
activesupport (>= 4.2.0)
|
||||||
rack (>= 1.1)
|
rack (>= 1.1)
|
||||||
|
@ -48,7 +45,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
rubocop (~> 0.82.0)
|
rubocop (~> 0.82.0)
|
||||||
rubocop-github (~> 0.13.0)
|
rubocop-github (~> 0.14.0)
|
||||||
rubocop-rails (~> 2.5)
|
rubocop-rails (~> 2.5)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
|
|
Loading…
Reference in a new issue