diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 10236e74..cf05a444 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -7,4 +7,4 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } gem "rubocop", "~> 0.82.0" gem "rubocop-rails", "~> 2.5" -gem "rubocop-github", "~> 0.13.0" +gem "rubocop-github", "~> 0.14.0" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index 679edcf3..7dcdae94 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -27,11 +27,8 @@ GEM rexml ruby-progressbar (~> 1.7) unicode-display_width (>= 1.4.0, < 2.0) - rubocop-github (0.13.0) - rubocop (~> 0.70) - rubocop-performance (~> 1.5.0) - rubocop-performance (1.5.2) - rubocop (>= 0.71.0) + rubocop-github (0.14.0) + rubocop (~> 0.59) rubocop-rails (2.6.0) activesupport (>= 4.2.0) rack (>= 1.1) @@ -48,7 +45,7 @@ PLATFORMS DEPENDENCIES rubocop (~> 0.82.0) - rubocop-github (~> 0.13.0) + rubocop-github (~> 0.14.0) rubocop-rails (~> 2.5) BUNDLED WITH