Zfilipin has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/268144

Change subject: Updated Vagrant Ruby gem to the latest version
......................................................................

Updated Vagrant Ruby gem to the latest version

The new version also updates Bundler Ruby gem from version 1.7.15 to
1.10.6.

Bug: T125538
Change-Id: I62609531306ba94c626cc15c2f5df39428b46cbf
---
M Gemfile
M Gemfile.lock
2 files changed, 51 insertions(+), 54 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/44/268144/1

diff --git a/Gemfile b/Gemfile
index 21ed45f..e08627e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@
 group :development do
   # Upstream no more updates rubygems.org and we need a more recent version
   # https://github.com/mitchellh/vagrant/issues/5546
-  gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git', tag: 'v1.7.2'
+  gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git', tag: 'v1.8.1'
 
   gem 'rubocop', '~> 0.35.1', require: false
   gem 'puppet-lint', '1.1.0'
diff --git a/Gemfile.lock b/Gemfile.lock
index a1507dd..8a3a135 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -1,24 +1,25 @@
 GIT
   remote: https://github.com/mitchellh/vagrant.git
-  revision: 1cd667b243f4a263cd5322b6455165cc676b6f7f
-  tag: v1.7.2
+  revision: c1c00e2f3cf69c579a5aa6922d67bb838a2de9cd
+  tag: v1.8.1
   specs:
-    vagrant (1.7.2)
-      bundler (>= 1.5.2, < 1.8.0)
+    vagrant (1.8.1)
+      bundler (>= 1.5.2, <= 1.10.6)
       childprocess (~> 0.5.0)
       erubis (~> 2.7.0)
       hashicorp-checkpoint (~> 0.1.1)
-      i18n (~> 0.6.0)
-      listen (~> 2.8.0)
+      i18n (>= 0.6.0, <= 0.8.0)
+      listen (~> 3.0.2)
       log4r (~> 1.1.9, < 1.1.11)
       net-scp (~> 1.1.0)
       net-sftp (~> 2.1)
-      net-ssh (>= 2.6.6, < 2.10.0)
+      net-ssh (~> 3.0.1)
       nokogiri (= 1.6.3.1)
       rb-kqueue (~> 0.2.0)
       rest-client (>= 1.6.0, < 2.0)
       wdm (~> 0.1.0)
-      winrm (~> 1.1.3)
+      winrm (~> 1.3)
+      winrm-fs (~> 0.2.2)
 
 PATH
   remote: .
@@ -28,9 +29,6 @@
 GEM
   remote: https://rubygems.org/
   specs:
-    akami (1.2.2)
-      gyoku (>= 0.4.0)
-      nokogiri
     ast (2.1.0)
     astrolabe (1.3.1)
       parser (~> 2.2)
@@ -39,9 +37,7 @@
       columnize (~> 0.8)
       debugger-linecache (~> 1.2)
       slop (~> 3.6)
-    celluloid (0.16.0)
-      timers (~> 4.0.0)
-    childprocess (0.5.5)
+    childprocess (0.5.9)
       ffi (~> 1.0, >= 1.0.11)
     coderay (1.1.0)
     columnize (0.9.0)
@@ -56,32 +52,32 @@
       gherkin (~> 2.12.0)
     debugger-linecache (1.2.0)
     diff-lcs (1.2.5)
+    domain_name (0.5.20160128)
+      unf (>= 0.0.5, < 1.0.0)
     erubis (2.7.0)
     fakefs (0.6.5)
-    ffi (1.9.6)
+    ffi (1.9.10)
     gherkin (2.12.2)
       multi_json (~> 1.3)
-    gssapi (1.0.3)
+    gssapi (1.2.0)
       ffi (>= 1.0.1)
-    gyoku (1.2.2)
+    gyoku (1.3.1)
       builder (>= 2.1.2)
     hashicorp-checkpoint (0.1.4)
-    hitimes (1.2.2)
-    httpclient (2.6.0.1)
-    httpi (0.9.7)
-      rack
-    i18n (0.6.11)
-    listen (2.8.6)
-      celluloid (>= 0.15.2)
+    http-cookie (1.0.2)
+      domain_name (~> 0.5)
+    httpclient (2.7.1)
+    i18n (0.7.0)
+    listen (3.0.5)
       rb-fsevent (>= 0.9.3)
       rb-inotify (>= 0.9)
-    little-plugger (1.1.3)
+    little-plugger (1.1.4)
     log4r (1.1.10)
     logging (1.8.2)
       little-plugger (>= 1.1.3)
       multi_json (>= 1.8.4)
     method_source (0.8.2)
-    mime-types (2.4.3)
+    mime-types (2.99)
     mini_portile (0.6.0)
     multi_json (1.11.0)
     multi_test (0.1.2)
@@ -89,11 +85,11 @@
       net-ssh (>= 2.6.5)
     net-sftp (2.1.2)
       net-ssh (>= 2.6.5)
-    net-ssh (2.9.2)
-    netrc (0.10.3)
+    net-ssh (3.0.2)
+    netrc (0.11.0)
     nokogiri (1.6.3.1)
       mini_portile (= 0.6.0)
-    nori (1.1.5)
+    nori (2.6.0)
     parser (2.2.3.0)
       ast (>= 1.1, < 3.0)
     powerpack (0.1.1)
@@ -105,15 +101,15 @@
       byebug (~> 3.4)
       pry (~> 0.10)
     puppet-lint (1.1.0)
-    rack (1.6.0)
     rainbow (2.0.0)
     rake (10.4.2)
-    rb-fsevent (0.9.4)
+    rb-fsevent (0.9.7)
     rb-inotify (0.9.5)
       ffi (>= 0.5.0)
-    rb-kqueue (0.2.3)
+    rb-kqueue (0.2.4)
       ffi (>= 0.5.0)
-    rest-client (1.7.3)
+    rest-client (1.8.0)
+      http-cookie (>= 1.0.2, < 2.0)
       mime-types (>= 1.16, < 3.0)
       netrc (~> 0.7)
     rspec (3.2.0)
@@ -137,31 +133,29 @@
       ruby-progressbar (~> 1.7)
       tins (<= 1.6.0)
     ruby-progressbar (1.7.5)
-    rubyntlm (0.1.1)
-    savon (0.9.5)
-      akami (~> 1.0)
-      builder (>= 2.1.2)
-      gyoku (>= 0.4.0)
-      httpi (~> 0.9)
-      nokogiri (>= 1.4.0)
-      nori (~> 1.0)
-      wasabi (~> 1.0)
+    rubyntlm (0.4.0)
+    rubyzip (1.1.7)
     slop (3.6.0)
-    timers (4.0.1)
-      hitimes
     tins (1.6.0)
+    unf (0.1.4)
+      unf_ext
+    unf_ext (0.0.7.2)
     uuidtools (2.1.5)
-    wasabi (1.0.0)
-      nokogiri (>= 1.4.0)
-    wdm (0.1.0)
-    winrm (1.1.3)
-      gssapi (~> 1.0.0)
+    wdm (0.1.1)
+    winrm (1.3.6)
+      builder (>= 2.1.2)
+      gssapi (~> 1.2)
+      gyoku (~> 1.0)
       httpclient (~> 2.2, >= 2.2.0.2)
-      logging (~> 1.6, >= 1.6.1)
-      nokogiri (~> 1.5)
-      rubyntlm (~> 0.1.1)
-      savon (= 0.9.5)
+      logging (>= 1.6.1, < 3.0)
+      nori (~> 2.0)
+      rubyntlm (~> 0.4.0)
       uuidtools (~> 2.1.2)
+    winrm-fs (0.2.3)
+      erubis (~> 2.7)
+      logging (~> 1.6, >= 1.6.1)
+      rubyzip (~> 1.1)
+      winrm (~> 1.3.0)
     yard (0.8.7.6)
 
 PLATFORMS
@@ -178,3 +172,6 @@
   rubocop (~> 0.35.1)
   vagrant!
   yard (~> 0.8, >= 0.8.7.6)
+
+BUNDLED WITH
+   1.10.6

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I62609531306ba94c626cc15c2f5df39428b46cbf
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
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