From 7a63e95c410e311a0dc1d2444e9975b31c464fd0 Mon Sep 17 00:00:00 2001 From: jtimberman Date: Tue, 17 Jul 2012 00:08:01 -0600 Subject: [PATCH] update veewee to 0.3.0 alpha due to centos build errors under some conditions --- Gemfile | 4 +-- Gemfile.lock | 74 +++++++++++++++++++++++++++++++++------------------- 2 files changed, 49 insertions(+), 29 deletions(-) diff --git a/Gemfile b/Gemfile index c89c64492..29615cfc3 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source :rubygems -gem "vagrant", "~> 0.9.7" -gem "veewee", "~> 0.2.3" +gem "vagrant", "~> 1.0.3" +gem "veewee", ">= 0.3.0.alpha" gem "rake" diff --git a/Gemfile.lock b/Gemfile.lock index 95fa46b05..4772f3622 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,46 +1,63 @@ GEM remote: http://rubygems.org/ specs: + CFPropertyList (2.1.1) Platform (0.4.0) + ansi (1.3.0) archive-tar-minitar (0.5.2) builder (3.0.0) - childprocess (0.3.1) + childprocess (0.3.3) ffi (~> 1.0.6) - cucumber (1.1.9) + cucumber (1.2.1) builder (>= 2.1.2) - diff-lcs (>= 1.1.2) - gherkin (~> 2.9.0) + diff-lcs (>= 1.1.3) + gherkin (~> 2.11.0) json (>= 1.4.6) - term-ansicolor (>= 1.0.6) diff-lcs (1.1.3) erubis (2.7.0) + excon (0.9.6) ffi (1.0.11) - gherkin (2.9.0) + fog (1.1.2) + builder + excon (~> 0.9.0) + formatador (~> 0.2.0) + mime-types + multi_json (~> 1.0.3) + net-scp (~> 1.0.4) + net-ssh (>= 2.1.3) + nokogiri (~> 1.5.0) + ruby-hmac + formatador (0.2.3) + gherkin (2.11.1) json (>= 1.4.6) - highline (1.6.11) + highline (1.6.13) i18n (0.6.0) json (1.5.4) log4r (1.1.10) + mime-types (1.19) + multi_json (1.0.4) net-scp (1.0.4) net-ssh (>= 1.99.1) net-ssh (2.2.2) + nokogiri (1.5.5) open4 (1.3.0) popen4 (0.1.2) Platform (>= 0.4.0) open4 (>= 0.4.0) - progressbar (0.10.0) + progressbar (0.11.0) rake (0.9.2.2) - rspec (2.8.0) - rspec-core (~> 2.8.0) - rspec-expectations (~> 2.8.0) - rspec-mocks (~> 2.8.0) - rspec-core (2.8.0) - rspec-expectations (2.8.0) - diff-lcs (~> 1.1.2) - rspec-mocks (2.8.0) - term-ansicolor (1.0.7) + rspec (2.11.0) + rspec-core (~> 2.11.0) + rspec-expectations (~> 2.11.0) + rspec-mocks (~> 2.11.0) + rspec-core (2.11.0) + rspec-expectations (2.11.1) + diff-lcs (~> 1.1.3) + rspec-mocks (2.11.1) + ruby-hmac (0.4.0) + ruby-vnc (1.0.1) thor (0.14.6) - vagrant (0.9.7) + vagrant (1.0.3) archive-tar-minitar (= 0.5.2) childprocess (~> 0.3.1) erubis (~> 2.7.0) @@ -49,23 +66,26 @@ GEM log4r (~> 1.1.9) net-scp (~> 1.0.4) net-ssh (~> 2.2.2) - veewee (0.2.3) + veewee (0.3.0.alpha9) + CFPropertyList (>= 2.1.1) + ansi (~> 1.3.0) + childprocess cucumber (>= 1.0.0) - highline (~> 1.6.1) - net-ssh (>= 2.1.0) + fog (~> 1.1.2) + highline + i18n + net-ssh (~> 2.2.0) popen4 (~> 0.1.2) progressbar rspec (~> 2.5) + ruby-vnc (~> 1.0.0) thor (~> 0.14.6) - vagrant (>= 0.9.0) - virtualbox (>= 0.9.2) - virtualbox (0.9.2) - ffi (~> 1.0.9) + vagrant (>= 0.9) PLATFORMS ruby DEPENDENCIES rake - vagrant (~> 0.9.7) - veewee (~> 0.2.3) + vagrant (~> 1.0.3) + veewee (>= 0.3.0.alpha)