mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-15 03:33:45 +00:00
Update RuboCop Ruby gem
Bug: T180878 Change-Id: Iedc40fa530db5337512a14fd878e397af47cadb8
This commit is contained in:
parent
852fc1d41b
commit
507e837a46
2
Gemfile
2
Gemfile
|
@ -1,4 +1,4 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'mediawiki_selenium', '~> 1.8.0'
|
gem 'mediawiki_selenium', '~> 1.8.0'
|
||||||
gem 'rubocop', '~> 0.41.0', require: false
|
gem 'rubocop', '~> 0.51.0', require: false
|
||||||
|
|
24
Gemfile.lock
24
Gemfile.lock
|
@ -63,10 +63,13 @@ GEM
|
||||||
watir (~> 6.0)
|
watir (~> 6.0)
|
||||||
page_navigation (0.10)
|
page_navigation (0.10)
|
||||||
data_magic (>= 0.22)
|
data_magic (>= 0.22)
|
||||||
parser (2.4.0.0)
|
parallel (1.12.0)
|
||||||
ast (~> 2.2)
|
parser (2.4.0.2)
|
||||||
|
ast (~> 2.3)
|
||||||
powerpack (0.1.1)
|
powerpack (0.1.1)
|
||||||
rainbow (2.2.1)
|
rainbow (2.2.2)
|
||||||
|
rake
|
||||||
|
rake (12.3.0)
|
||||||
rest-client (1.8.0)
|
rest-client (1.8.0)
|
||||||
http-cookie (>= 1.0.2, < 2.0)
|
http-cookie (>= 1.0.2, < 2.0)
|
||||||
mime-types (>= 1.16, < 3.0)
|
mime-types (>= 1.16, < 3.0)
|
||||||
|
@ -74,13 +77,14 @@ GEM
|
||||||
rspec-core (2.99.2)
|
rspec-core (2.99.2)
|
||||||
rspec-expectations (2.99.2)
|
rspec-expectations (2.99.2)
|
||||||
diff-lcs (>= 1.1.3, < 2.0)
|
diff-lcs (>= 1.1.3, < 2.0)
|
||||||
rubocop (0.41.2)
|
rubocop (0.51.0)
|
||||||
parser (>= 2.3.1.1, < 3.0)
|
parallel (~> 1.10)
|
||||||
|
parser (>= 2.3.3.1, < 3.0)
|
||||||
powerpack (~> 0.1)
|
powerpack (~> 0.1)
|
||||||
rainbow (>= 1.99.1, < 3.0)
|
rainbow (>= 2.2.2, < 3.0)
|
||||||
ruby-progressbar (~> 1.7)
|
ruby-progressbar (~> 1.7)
|
||||||
unicode-display_width (~> 1.0, >= 1.0.1)
|
unicode-display_width (~> 1.0, >= 1.0.1)
|
||||||
ruby-progressbar (1.8.1)
|
ruby-progressbar (1.9.0)
|
||||||
rubyzip (1.2.1)
|
rubyzip (1.2.1)
|
||||||
selenium-webdriver (3.1.0)
|
selenium-webdriver (3.1.0)
|
||||||
childprocess (~> 0.5)
|
childprocess (~> 0.5)
|
||||||
|
@ -91,7 +95,7 @@ GEM
|
||||||
unf (0.1.4)
|
unf (0.1.4)
|
||||||
unf_ext
|
unf_ext
|
||||||
unf_ext (0.0.7.2)
|
unf_ext (0.0.7.2)
|
||||||
unicode-display_width (1.1.3)
|
unicode-display_width (1.3.0)
|
||||||
watir (6.2.0)
|
watir (6.2.0)
|
||||||
selenium-webdriver (~> 3.0)
|
selenium-webdriver (~> 3.0)
|
||||||
websocket (1.2.4)
|
websocket (1.2.4)
|
||||||
|
@ -102,7 +106,7 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
mediawiki_selenium (~> 1.8.0)
|
mediawiki_selenium (~> 1.8.0)
|
||||||
rubocop (~> 0.41.0)
|
rubocop (~> 0.51.0)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.14.5
|
1.16.0
|
||||||
|
|
Loading…
Reference in a new issue