mirror of
https://github.com/super-linter/super-linter.git
synced 2025-01-10 16:34:47 -05:00
Rever to non breaking rubocop version
This commit is contained in:
parent
30c83e65fe
commit
99f45c3b29
2 changed files with 9 additions and 11 deletions
2
dependencies/Gemfile
vendored
2
dependencies/Gemfile
vendored
|
@ -5,6 +5,6 @@ source "https://rubygems.org"
|
||||||
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
|
||||||
|
|
||||||
|
|
||||||
gem "rubocop", "~> 0.82.0"
|
gem "rubocop", "~> 0.77.0"
|
||||||
gem "rubocop-rails", "~> 2.5"
|
gem "rubocop-rails", "~> 2.5"
|
||||||
gem "rubocop-github", "~> 0.14.0"
|
gem "rubocop-github", "~> 0.14.0"
|
||||||
|
|
18
dependencies/Gemfile.lock
vendored
18
dependencies/Gemfile.lock
vendored
|
@ -18,33 +18,31 @@ GEM
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
rack (2.2.3)
|
rack (2.2.3)
|
||||||
rainbow (3.0.0)
|
rainbow (3.0.0)
|
||||||
rexml (3.2.4)
|
rubocop (0.77.0)
|
||||||
rubocop (0.82.0)
|
|
||||||
jaro_winkler (~> 1.5.1)
|
jaro_winkler (~> 1.5.1)
|
||||||
parallel (~> 1.10)
|
parallel (~> 1.10)
|
||||||
parser (>= 2.7.0.1)
|
parser (>= 2.6)
|
||||||
rainbow (>= 2.2.2, < 4.0)
|
rainbow (>= 2.2.2, < 4.0)
|
||||||
rexml
|
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (>= 1.4.0, < 2.0)
|
unicode-display_width (>= 1.4.0, < 1.7)
|
||||||
rubocop-github (0.14.0)
|
rubocop-github (0.14.0)
|
||||||
rubocop (~> 0.59)
|
rubocop (~> 0.59)
|
||||||
rubocop-rails (2.6.0)
|
rubocop-rails (2.5.2)
|
||||||
activesupport (>= 4.2.0)
|
activesupport
|
||||||
rack (>= 1.1)
|
rack (>= 1.1)
|
||||||
rubocop (>= 0.82.0)
|
rubocop (>= 0.72.0)
|
||||||
ruby-progressbar (1.10.1)
|
ruby-progressbar (1.10.1)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tzinfo (1.2.7)
|
tzinfo (1.2.7)
|
||||||
thread_safe (~> 0.1)
|
thread_safe (~> 0.1)
|
||||||
unicode-display_width (1.7.0)
|
unicode-display_width (1.6.1)
|
||||||
zeitwerk (2.4.0)
|
zeitwerk (2.4.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
rubocop (~> 0.82.0)
|
rubocop (~> 0.77.0)
|
||||||
rubocop-github (~> 0.14.0)
|
rubocop-github (~> 0.14.0)
|
||||||
rubocop-rails (~> 2.5)
|
rubocop-rails (~> 2.5)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue