Fix rubocop github version

This commit is contained in:
Gabo 2020-07-15 16:26:25 -05:00
parent f1f0fb0241
commit 30c83e65fe
2 changed files with 4 additions and 7 deletions

View file

@ -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"

View file

@ -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