Update RuboCop Ruby gem

Bug: T180878
Change-Id: Iedc40fa530db5337512a14fd878e397af47cadb8
This commit is contained in:
Željko Filipin 2017-12-05 12:23:40 +01:00
parent 852fc1d41b
commit 507e837a46
2 changed files with 15 additions and 11 deletions

View file

@ -1,4 +1,4 @@
source 'https://rubygems.org'
gem 'mediawiki_selenium', '~> 1.8.0'
gem 'rubocop', '~> 0.41.0', require: false
gem 'rubocop', '~> 0.51.0', require: false

View file

@ -63,10 +63,13 @@ GEM
watir (~> 6.0)
page_navigation (0.10)
data_magic (>= 0.22)
parser (2.4.0.0)
ast (~> 2.2)
parallel (1.12.0)
parser (2.4.0.2)
ast (~> 2.3)
powerpack (0.1.1)
rainbow (2.2.1)
rainbow (2.2.2)
rake
rake (12.3.0)
rest-client (1.8.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 3.0)
@ -74,13 +77,14 @@ GEM
rspec-core (2.99.2)
rspec-expectations (2.99.2)
diff-lcs (>= 1.1.3, < 2.0)
rubocop (0.41.2)
parser (>= 2.3.1.1, < 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)
rainbow (>= 2.2.2, < 3.0)
ruby-progressbar (~> 1.7)
unicode-display_width (~> 1.0, >= 1.0.1)
ruby-progressbar (1.8.1)
ruby-progressbar (1.9.0)
rubyzip (1.2.1)
selenium-webdriver (3.1.0)
childprocess (~> 0.5)
@ -91,7 +95,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.2)
unicode-display_width (1.1.3)
unicode-display_width (1.3.0)
watir (6.2.0)
selenium-webdriver (~> 3.0)
websocket (1.2.4)
@ -102,7 +106,7 @@ PLATFORMS
DEPENDENCIES
mediawiki_selenium (~> 1.8.0)
rubocop (~> 0.41.0)
rubocop (~> 0.51.0)
BUNDLED WITH
1.14.5
1.16.0