From e661ac0e4adfb36d0435f4adfe5d1eee61332dc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=BDeljko=20Filipin?= Date: Mon, 4 Dec 2017 16:49:33 +0100 Subject: [PATCH] Update RuboCop Ruby gem Bug: T180878 Change-Id: I37f1efb41684dc02aa06e17510099bcfa545f4a5 --- Gemfile | 2 +- Gemfile.lock | 30 ++++++++++++++++-------------- 2 files changed, 17 insertions(+), 15 deletions(-) diff --git a/Gemfile b/Gemfile index a815a01..576e971 100644 --- a/Gemfile +++ b/Gemfile @@ -2,4 +2,4 @@ source 'https://rubygems.org' gem 'mediawiki_selenium', '~> 1.8' gem 'rake', '~> 10.5' -gem 'rubocop', '~> 0.33.0', require: false +gem 'rubocop', '~> 0.51.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 6d959ac..b15606a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,9 +1,7 @@ GEM remote: https://rubygems.org/ specs: - ast (2.1.0) - astrolabe (1.3.1) - parser (~> 2.2) + ast (2.3.0) builder (3.2.3) childprocess (0.6.2) ffi (~> 1.0, >= 1.0.11) @@ -65,10 +63,12 @@ GEM watir (~> 6.0) page_navigation (0.10) data_magic (>= 0.22) - parser (2.2.2.6) - ast (>= 1.1, < 3.0) + parallel (1.12.0) + parser (2.4.0.2) + ast (~> 2.3) powerpack (0.1.1) - rainbow (2.0.0) + rainbow (2.2.2) + rake rake (10.5.0) rest-client (1.8.0) http-cookie (>= 1.0.2, < 2.0) @@ -77,13 +77,14 @@ GEM rspec-core (2.99.2) rspec-expectations (2.99.2) diff-lcs (>= 1.1.3, < 2.0) - rubocop (0.33.0) - astrolabe (~> 1.3) - parser (>= 2.2.2.5, < 3.0) + rubocop (0.51.0) + parallel (~> 1.10) + parser (>= 2.3.3.1, < 3.0) powerpack (~> 0.1) - rainbow (>= 1.99.1, < 3.0) - ruby-progressbar (~> 1.4) - ruby-progressbar (1.7.5) + rainbow (>= 2.2.2, < 3.0) + ruby-progressbar (~> 1.7) + unicode-display_width (~> 1.0, >= 1.0.1) + ruby-progressbar (1.9.0) rubyzip (1.2.1) selenium-webdriver (3.1.0) childprocess (~> 0.5) @@ -94,6 +95,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.7.2) + unicode-display_width (1.3.0) watir (6.2.0) selenium-webdriver (~> 3.0) websocket (1.2.4) @@ -105,7 +107,7 @@ PLATFORMS DEPENDENCIES mediawiki_selenium (~> 1.8) rake (~> 10.5) - rubocop (~> 0.33.0) + rubocop (~> 0.51.0) BUNDLED WITH - 1.14.5 + 1.16.0