Update bundle

This commit is contained in:
Fabio Rehm 2014-07-20 19:25:55 -03:00
parent 2c51c7e636
commit e6826e6864
2 changed files with 59 additions and 25 deletions

View file

@ -1,14 +1,13 @@
source 'https://rubygems.org'
group :development do
gem 'vagrant', github: 'mitchellh/vagrant', tag: 'v1.5.2'
gem 'vagrant', github: 'mitchellh/vagrant', tag: 'v1.6.3'
gem 'rake'
end
group :plugins do
gemspec
gem 'vagrant-lxc', github: 'fgrehm/vagrant-lxc'
gem 'vagrant-pristine', github: 'fgrehm/vagrant-pristine'
gem 'vagrant-global-status', github: 'fgrehm/vagrant-global-status'
gem 'vagrant-lxc', github: 'fgrehm/vagrant-lxc'
gem 'vagrant-pristine', github: 'fgrehm/vagrant-pristine'
gem 'vagrant-omnibus'
end

View file

@ -1,14 +1,8 @@
GIT
remote: git://github.com/fgrehm/vagrant-global-status.git
revision: 6a93c79c7595b76392a2b559674985eabc004aa8
specs:
vagrant-global-status (0.1.5.dev)
GIT
remote: git://github.com/fgrehm/vagrant-lxc.git
revision: 3bd22955dd26d814f05f51e9f6a196d066985cd2
revision: 95b18a5d5cf43e17b8bd99a265d281739a137988
specs:
vagrant-lxc (1.0.0.alpha.2.dev)
vagrant-lxc (1.0.0.alpha.3.dev)
GIT
remote: git://github.com/fgrehm/vagrant-pristine.git
@ -18,20 +12,21 @@ GIT
GIT
remote: git://github.com/mitchellh/vagrant.git
revision: 5b360d0990f0f6fb286dadf65581c345c55d3b32
tag: v1.5.2
revision: 85d63a91f7aff7c16afee1dbc8bccc11cc6faa5e
tag: v1.6.3
specs:
vagrant (1.5.2)
bundler (~> 1.5.2)
vagrant (1.6.3)
bundler (>= 1.5.2, < 1.7.0)
childprocess (~> 0.5.0)
erubis (~> 2.7.0)
i18n (~> 0.6.0)
listen (~> 2.4.0)
listen (~> 2.7.1)
log4r (~> 1.1.9, < 1.1.11)
net-scp (~> 1.1.0)
net-ssh (>= 2.6.6, < 2.8.0)
net-ssh (>= 2.6.6, < 2.10.0)
rb-kqueue (~> 0.2.0)
wdm (~> 0.1.0)
winrm (~> 1.1.3)
PATH
remote: .
@ -41,30 +36,71 @@ PATH
GEM
remote: https://rubygems.org/
specs:
akami (1.2.2)
gyoku (>= 0.4.0)
nokogiri
builder (3.2.2)
celluloid (0.15.2)
timers (~> 1.1.0)
childprocess (0.5.3)
ffi (~> 1.0, >= 1.0.11)
erubis (2.7.0)
ffi (1.9.3)
i18n (0.6.9)
listen (2.4.1)
gssapi (1.0.3)
ffi (>= 1.0.1)
gyoku (1.1.1)
builder (>= 2.1.2)
httpclient (2.4.0)
httpi (0.9.7)
rack
i18n (0.6.11)
listen (2.7.9)
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)
mini_portile (0.6.0)
multi_json (1.10.1)
net-scp (1.1.2)
net-ssh (>= 2.6.5)
net-ssh (2.7.0)
rake (10.3.1)
net-ssh (2.9.1)
nokogiri (1.6.3)
mini_portile (= 0.6.0)
nori (1.1.5)
rack (1.5.2)
rake (10.3.2)
rb-fsevent (0.9.4)
rb-inotify (0.9.4)
rb-inotify (0.9.5)
ffi (>= 0.5.0)
rb-kqueue (0.2.2)
rb-kqueue (0.2.3)
ffi (>= 0.5.0)
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)
timers (1.1.0)
uuidtools (2.1.4)
vagrant-omnibus (1.4.1)
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)
PLATFORMS
ruby
@ -73,7 +109,6 @@ DEPENDENCIES
rake
vagrant!
vagrant-cachier!
vagrant-global-status!
vagrant-lxc!
vagrant-omnibus
vagrant-pristine!