Update bundle

This commit is contained in:
Fabio Rehm 2013-11-06 00:59:11 -02:00
parent ecdf83e1c7
commit 744b4331d7
2 changed files with 28 additions and 26 deletions

View file

@ -3,7 +3,7 @@ source 'https://rubygems.org'
gemspec gemspec
group :development do group :development do
gem 'vagrant', github: 'mitchellh/vagrant', tag: 'v1.3.3' gem 'vagrant', github: 'mitchellh/vagrant'
gem 'vagrant-cachier', github: 'fgrehm/vagrant-cachier' gem 'vagrant-cachier', github: 'fgrehm/vagrant-cachier'
gem 'vagrant-pristine', github: 'fgrehm/vagrant-pristine' gem 'vagrant-pristine', github: 'fgrehm/vagrant-pristine'
gem 'vagrant-omnibus' gem 'vagrant-omnibus'

View file

@ -1,21 +1,20 @@
GIT GIT
remote: git://github.com/fgrehm/vagrant-cachier.git remote: git://github.com/fgrehm/vagrant-cachier.git
revision: 11defb0b290a34d069f3ec014fb30d4461aab04b revision: 536ca7ad54b3096644993f91f363df8a884d4600
specs: specs:
vagrant-cachier (0.3.3) vagrant-cachier (0.4.2.dev)
GIT GIT
remote: git://github.com/fgrehm/vagrant-pristine.git remote: git://github.com/fgrehm/vagrant-pristine.git
revision: 5c400d7850fc5f98d9601b59f4c3bd74818650de revision: 4638491786943bfbf6f115b1fc379f069963fe46
specs: specs:
vagrant-pristine (0.2.0) vagrant-pristine (0.3.0)
GIT GIT
remote: git://github.com/mitchellh/vagrant.git remote: git://github.com/mitchellh/vagrant.git
revision: db8e7a9c79b23264da129f55cf8569167fc22415 revision: a92e03cf4ce936243d3959b7b5603262a234a58d
tag: v1.3.3
specs: specs:
vagrant (1.3.3) vagrant (1.3.6.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)
@ -31,39 +30,40 @@ PATH
GEM GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
celluloid (0.15.2)
timers (~> 1.1.0)
childprocess (0.3.9) childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11) ffi (~> 1.0, >= 1.0.11)
coderay (1.0.9) coderay (1.0.9)
colorize (0.5.8) coveralls (0.7.0)
coveralls (0.6.7)
colorize
multi_json (~> 1.3) multi_json (~> 1.3)
rest-client rest-client
simplecov (>= 0.7) simplecov (>= 0.7)
term-ansicolor
thor thor
diff-lcs (1.2.4) diff-lcs (1.2.4)
erubis (2.7.0) erubis (2.7.0)
ffi (1.9.0) ffi (1.9.3)
formatador (0.2.4) formatador (0.2.4)
guard (1.8.2) guard (2.2.3)
formatador (>= 0.2.4) formatador (>= 0.2.4)
listen (>= 1.0.0) listen (~> 2.1)
lumberjack (>= 1.0.2) lumberjack (~> 1.0)
pry (>= 0.9.10) pry (>= 0.9.12)
thor (>= 0.14.6) thor (>= 0.18.1)
guard-rspec (3.0.3) guard-rspec (3.1.0)
guard (>= 1.8) guard (>= 1.8)
rspec (~> 2.13) rspec (~> 2.13)
i18n (0.6.5) i18n (0.6.5)
listen (1.3.1) listen (2.2.0)
celluloid (>= 0.15.2)
rb-fsevent (>= 0.9.3) rb-fsevent (>= 0.9.3)
rb-inotify (>= 0.9) rb-inotify (>= 0.9)
rb-kqueue (>= 0.2)
log4r (1.1.10) log4r (1.1.10)
lumberjack (1.0.4) lumberjack (1.0.4)
method_source (0.8.2) method_source (0.8.2)
mime-types (1.25) mime-types (2.0)
multi_json (1.8.0) multi_json (1.8.2)
net-scp (1.1.2) net-scp (1.1.2)
net-ssh (>= 2.6.5) net-ssh (>= 2.6.5)
net-ssh (2.6.8) net-ssh (2.6.8)
@ -73,9 +73,7 @@ GEM
slop (~> 3.4) slop (~> 3.4)
rake (10.1.0) rake (10.1.0)
rb-fsevent (0.9.3) rb-fsevent (0.9.3)
rb-inotify (0.9.1) rb-inotify (0.9.2)
ffi (>= 0.5.0)
rb-kqueue (0.2.0)
ffi (>= 0.5.0) ffi (>= 0.5.0)
rest-client (1.6.7) rest-client (1.6.7)
mime-types (>= 1.16) mime-types (>= 1.16)
@ -96,8 +94,12 @@ GEM
simplecov-html (~> 0.7.1) simplecov-html (~> 0.7.1)
simplecov-html (0.7.1) simplecov-html (0.7.1)
slop (3.4.6) slop (3.4.6)
term-ansicolor (1.2.2)
tins (~> 0.8)
thor (0.18.1) thor (0.18.1)
vagrant-omnibus (1.1.1) timers (1.1.0)
tins (0.12.0)
vagrant-omnibus (1.1.2)
PLATFORMS PLATFORMS
ruby ruby