From c6b568c5f7976203374fb5f6b1376a89abf56399 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sat, 3 Aug 2013 13:18:14 -0300 Subject: [PATCH] Update dependencies --- Gemfile | 6 +++--- Gemfile.lock | 15 +++++++-------- 2 files changed, 10 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index fc3f662..172d662 100644 --- a/Gemfile +++ b/Gemfile @@ -4,10 +4,10 @@ source 'https://rubygems.org' gemspec group :development do - gem 'vagrant', github: 'mitchellh/vagrant', ref: 'v1.2.4' - gem 'vagrant-librarian-chef' + gem 'vagrant', github: 'mitchellh/vagrant' gem 'vagrant-lxc', github: 'fgrehm/vagrant-lxc' - gem 'vagrant-omnibus' gem 'vagrant-pristine', github: 'fgrehm/vagrant-pristine' + gem 'vagrant-librarian-chef' + gem 'vagrant-omnibus' gem 'rake' end diff --git a/Gemfile.lock b/Gemfile.lock index 30e3966..81c77db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,21 +1,20 @@ GIT remote: git://github.com/fgrehm/vagrant-lxc.git - revision: ef3b97dff86de8e1bd9fadf4d00bd9a31cf3e072 + revision: 5ae82681cdedaf2a6f778e005dd65014fc7c2cec specs: - vagrant-lxc (0.4.1.dev) + vagrant-lxc (0.5.1.dev) GIT remote: git://github.com/fgrehm/vagrant-pristine.git - revision: 45a8d75f048bd611e337583496eb2b48b6998bbd + revision: 5c400d7850fc5f98d9601b59f4c3bd74818650de specs: - vagrant-pristine (0.1.0) + vagrant-pristine (0.2.0) GIT remote: git://github.com/mitchellh/vagrant.git - revision: 0219bb87725aac28a97c0e924c310cc97831fd9d - ref: v1.2.4 + revision: 16002d03c07f842a23497543129fa99f40f2bbc0 specs: - vagrant (1.2.4) + vagrant (1.2.8.dev) childprocess (~> 0.3.7) erubis (~> 2.7.0) i18n (~> 0.6.0) @@ -32,7 +31,7 @@ GEM remote: https://rubygems.org/ specs: archive-tar-minitar (0.5.2) - chef (11.4.4) + chef (11.6.0) erubis highline (>= 1.6.9) json (>= 1.4.4, <= 1.7.7)