Update dependencies

This commit is contained in:
Fabio Rehm 2013-08-03 13:18:14 -03:00
parent c9d9f4b758
commit c6b568c5f7
2 changed files with 10 additions and 11 deletions

View file

@ -4,10 +4,10 @@ source 'https://rubygems.org'
gemspec gemspec
group :development do group :development do
gem 'vagrant', github: 'mitchellh/vagrant', ref: 'v1.2.4' gem 'vagrant', github: 'mitchellh/vagrant'
gem 'vagrant-librarian-chef'
gem 'vagrant-lxc', github: 'fgrehm/vagrant-lxc' gem 'vagrant-lxc', github: 'fgrehm/vagrant-lxc'
gem 'vagrant-omnibus'
gem 'vagrant-pristine', github: 'fgrehm/vagrant-pristine' gem 'vagrant-pristine', github: 'fgrehm/vagrant-pristine'
gem 'vagrant-librarian-chef'
gem 'vagrant-omnibus'
gem 'rake' gem 'rake'
end end

View file

@ -1,21 +1,20 @@
GIT GIT
remote: git://github.com/fgrehm/vagrant-lxc.git remote: git://github.com/fgrehm/vagrant-lxc.git
revision: ef3b97dff86de8e1bd9fadf4d00bd9a31cf3e072 revision: 5ae82681cdedaf2a6f778e005dd65014fc7c2cec
specs: specs:
vagrant-lxc (0.4.1.dev) vagrant-lxc (0.5.1.dev)
GIT GIT
remote: git://github.com/fgrehm/vagrant-pristine.git remote: git://github.com/fgrehm/vagrant-pristine.git
revision: 45a8d75f048bd611e337583496eb2b48b6998bbd revision: 5c400d7850fc5f98d9601b59f4c3bd74818650de
specs: specs:
vagrant-pristine (0.1.0) vagrant-pristine (0.2.0)
GIT GIT
remote: git://github.com/mitchellh/vagrant.git remote: git://github.com/mitchellh/vagrant.git
revision: 0219bb87725aac28a97c0e924c310cc97831fd9d revision: 16002d03c07f842a23497543129fa99f40f2bbc0
ref: v1.2.4
specs: specs:
vagrant (1.2.4) vagrant (1.2.8.dev)
childprocess (~> 0.3.7) childprocess (~> 0.3.7)
erubis (~> 2.7.0) erubis (~> 2.7.0)
i18n (~> 0.6.0) i18n (~> 0.6.0)
@ -32,7 +31,7 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
archive-tar-minitar (0.5.2) archive-tar-minitar (0.5.2)
chef (11.4.4) chef (11.6.0)
erubis erubis
highline (>= 1.6.9) highline (>= 1.6.9)
json (>= 1.4.4, <= 1.7.7) json (>= 1.4.4, <= 1.7.7)