Zfilipin has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/396047 )

Change subject: Update RuboCop Ruby gem in oojs-ui
......................................................................

Update RuboCop Ruby gem in oojs-ui

Bug: T180878
Change-Id: I94442259f688c2fb730740396c33ecce1a8d3893
---
M oojs/oojs-ui/Gemfile
M oojs/oojs-ui/Gemfile.lock
2 files changed, 16 insertions(+), 12 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vendor 
refs/changes/47/396047/1

diff --git a/oojs/oojs-ui/Gemfile b/oojs/oojs-ui/Gemfile
index f601a7c..4c0663a 100644
--- a/oojs/oojs-ui/Gemfile
+++ b/oojs/oojs-ui/Gemfile
@@ -1,3 +1,3 @@
 source "https://rubygems.org";
 
-gem "rubocop", require: false
+gem 'rubocop', '~> 0.51.0', require: false
diff --git a/oojs/oojs-ui/Gemfile.lock b/oojs/oojs-ui/Gemfile.lock
index edc16d5..0175105 100644
--- a/oojs/oojs-ui/Gemfile.lock
+++ b/oojs/oojs-ui/Gemfile.lock
@@ -1,25 +1,29 @@
 GEM
   remote: https://rubygems.org/
   specs:
-    ast (2.2.0)
-    parser (2.3.0.6)
-      ast (~> 2.2)
+    ast (2.3.0)
+    parallel (1.12.0)
+    parser (2.4.0.2)
+      ast (~> 2.3)
     powerpack (0.1.1)
-    rainbow (2.1.0)
-    rubocop (0.38.0)
-      parser (>= 2.3.0.6, < 3.0)
+    rainbow (2.2.2)
+      rake
+    rake (12.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.7.5)
-    unicode-display_width (1.0.2)
+    ruby-progressbar (1.9.0)
+    unicode-display_width (1.3.0)
 
 PLATFORMS
   ruby
 
 DEPENDENCIES
-  rubocop
+  rubocop (~> 0.51.0)
 
 BUNDLED WITH
-   1.11.2
+   1.16.0

-- 
To view, visit https://gerrit.wikimedia.org/r/396047
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I94442259f688c2fb730740396c33ecce1a8d3893
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vendor
Gerrit-Branch: master
Gerrit-Owner: Zfilipin <zfili...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to