Dduvall has uploaded a new change for review.

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

Change subject: Ignore Gemfile.lock
......................................................................

Ignore Gemfile.lock

Installation of MW-Vagrant does not utilize bundler so there's little
point in committing changes to the `Gemfile.lock`. It's better to leave
dependency versions loose when developing reusable gems.

Change-Id: I6001eb0edb07e4f35fc6c5d3c54faf6bc2daf199
---
M .gitignore
D Gemfile.lock
2 files changed, 1 insertion(+), 174 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/vagrant 
refs/changes/62/232562/1

diff --git a/.gitignore b/.gitignore
index 9742aa8..c8cec59 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,7 @@
 /.yardoc/
 /*.gem
 /*.sublime-workspace
+/Gemfile.lock
 /no-update
 /Vagrantfile-extra.rb
 /LocalSettings.php
diff --git a/Gemfile.lock b/Gemfile.lock
deleted file mode 100644
index 5fc27be..0000000
--- a/Gemfile.lock
+++ /dev/null
@@ -1,174 +0,0 @@
-GIT
-  remote: https://github.com/mitchellh/vagrant.git
-  revision: 1cd667b243f4a263cd5322b6455165cc676b6f7f
-  tag: v1.7.2
-  specs:
-    vagrant (1.7.2)
-      bundler (>= 1.5.2, < 1.8.0)
-      childprocess (~> 0.5.0)
-      erubis (~> 2.7.0)
-      hashicorp-checkpoint (~> 0.1.1)
-      i18n (~> 0.6.0)
-      listen (~> 2.8.0)
-      log4r (~> 1.1.9, < 1.1.11)
-      net-scp (~> 1.1.0)
-      net-sftp (~> 2.1)
-      net-ssh (>= 2.6.6, < 2.10.0)
-      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)
-
-PATH
-  remote: .
-  specs:
-    mediawiki-vagrant (0.7.1)
-
-GEM
-  remote: https://rubygems.org/
-  specs:
-    akami (1.2.2)
-      gyoku (>= 0.4.0)
-      nokogiri
-    ast (2.0.0)
-    astrolabe (1.3.1)
-      parser (~> 2.2)
-    builder (3.2.2)
-    byebug (3.5.1)
-      columnize (~> 0.8)
-      debugger-linecache (~> 1.2)
-      slop (~> 3.6)
-    celluloid (0.16.0)
-      timers (~> 4.0.0)
-    childprocess (0.5.5)
-      ffi (~> 1.0, >= 1.0.11)
-    coderay (1.1.0)
-    columnize (0.9.0)
-    cucumber (2.0.0.rc.4)
-      builder (>= 2.1.2)
-      cucumber-core (~> 1.1.0)
-      diff-lcs (>= 1.1.3)
-      gherkin (~> 2.12)
-      multi_json (>= 1.7.5, < 2.0)
-      multi_test (>= 0.1.2)
-    cucumber-core (1.1.1)
-      gherkin (~> 2.12.0)
-    debugger-linecache (1.2.0)
-    diff-lcs (1.2.5)
-    erubis (2.7.0)
-    fakefs (0.6.5)
-    ffi (1.9.6)
-    gherkin (2.12.2)
-      multi_json (~> 1.3)
-    gssapi (1.0.3)
-      ffi (>= 1.0.1)
-    gyoku (1.2.2)
-      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)
-      rb-fsevent (>= 0.9.3)
-      rb-inotify (>= 0.9)
-    little-plugger (1.1.3)
-    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)
-    mini_portile (0.6.0)
-    multi_json (1.11.0)
-    multi_test (0.1.2)
-    net-scp (1.1.2)
-      net-ssh (>= 2.6.5)
-    net-sftp (2.1.2)
-      net-ssh (>= 2.6.5)
-    net-ssh (2.9.2)
-    netrc (0.10.3)
-    nokogiri (1.6.3.1)
-      mini_portile (= 0.6.0)
-    nori (1.1.5)
-    parser (2.2.2.6)
-      ast (>= 1.1, < 3.0)
-    powerpack (0.1.1)
-    pry (0.10.1)
-      coderay (~> 1.1.0)
-      method_source (~> 0.8.1)
-      slop (~> 3.4)
-    pry-byebug (2.0.0)
-      byebug (~> 3.4)
-      pry (~> 0.10)
-    rack (1.6.0)
-    rainbow (2.0.0)
-    rb-fsevent (0.9.4)
-    rb-inotify (0.9.5)
-      ffi (>= 0.5.0)
-    rb-kqueue (0.2.3)
-      ffi (>= 0.5.0)
-    rest-client (1.7.3)
-      mime-types (>= 1.16, < 3.0)
-      netrc (~> 0.7)
-    rspec (3.2.0)
-      rspec-core (~> 3.2.0)
-      rspec-expectations (~> 3.2.0)
-      rspec-mocks (~> 3.2.0)
-    rspec-core (3.2.0)
-      rspec-support (~> 3.2.0)
-    rspec-expectations (3.2.0)
-      diff-lcs (>= 1.2.0, < 2.0)
-      rspec-support (~> 3.2.0)
-    rspec-mocks (3.2.0)
-      diff-lcs (>= 1.2.0, < 2.0)
-      rspec-support (~> 3.2.0)
-    rspec-support (3.2.0)
-    rubocop (0.32.1)
-      astrolabe (~> 1.3)
-      parser (>= 2.2.2.5, < 3.0)
-      powerpack (~> 0.1)
-      rainbow (>= 1.99.1, < 3.0)
-      ruby-progressbar (~> 1.4)
-    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)
-    slop (3.6.0)
-    timers (4.0.1)
-      hitimes
-    uuidtools (2.1.5)
-    wasabi (1.0.0)
-      nokogiri (>= 1.4.0)
-    wdm (0.1.0)
-    winrm (1.1.3)
-      gssapi (~> 1.0.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)
-      uuidtools (~> 2.1.2)
-    yard (0.8.7.6)
-
-PLATFORMS
-  ruby
-
-DEPENDENCIES
-  cucumber (~> 2.0.0.rc4)
-  fakefs (~> 0.6.5)
-  mediawiki-vagrant!
-  pry-byebug
-  rspec (~> 3.1, >= 3.1.0)
-  rubocop (~> 0.32.1)
-  vagrant!
-  yard (~> 0.8, >= 0.8.7.6)

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6001eb0edb07e4f35fc6c5d3c54faf6bc2daf199
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/vagrant
Gerrit-Branch: master
Gerrit-Owner: Dduvall <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to