Update bundle
This commit is contained in:
parent
36b67f2d35
commit
ce581b426d
1 changed files with 10 additions and 10 deletions
20
Gemfile.lock
20
Gemfile.lock
|
@ -1,8 +1,8 @@
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/fgrehm/vagrant-cachier.git
|
remote: git://github.com/fgrehm/vagrant-cachier.git
|
||||||
revision: f5d9ce507239535326a0a0395c890cc7a27d73f1
|
revision: 246ab523807199eded8599a6f93c9ff808aeb1fd
|
||||||
specs:
|
specs:
|
||||||
vagrant-cachier (0.3.0.dev)
|
vagrant-cachier (0.3.3.dev)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/fgrehm/vagrant-pristine.git
|
remote: git://github.com/fgrehm/vagrant-pristine.git
|
||||||
|
@ -12,9 +12,9 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: git://github.com/mitchellh/vagrant.git
|
remote: git://github.com/mitchellh/vagrant.git
|
||||||
revision: 2282a88f3dfde65b881758b4643480cba4468c4a
|
revision: c4e79db5522df97f66c50a7b199e0456243384b7
|
||||||
specs:
|
specs:
|
||||||
vagrant (1.2.7.dev)
|
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)
|
||||||
|
@ -44,7 +44,7 @@ GEM
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
ffi (1.9.0)
|
ffi (1.9.0)
|
||||||
formatador (0.2.4)
|
formatador (0.2.4)
|
||||||
guard (1.8.1)
|
guard (1.8.2)
|
||||||
formatador (>= 0.2.4)
|
formatador (>= 0.2.4)
|
||||||
listen (>= 1.0.0)
|
listen (>= 1.0.0)
|
||||||
lumberjack (>= 1.0.2)
|
lumberjack (>= 1.0.2)
|
||||||
|
@ -53,16 +53,16 @@ GEM
|
||||||
guard-rspec (3.0.2)
|
guard-rspec (3.0.2)
|
||||||
guard (>= 1.8)
|
guard (>= 1.8)
|
||||||
rspec (~> 2.13)
|
rspec (~> 2.13)
|
||||||
i18n (0.6.4)
|
i18n (0.6.5)
|
||||||
listen (1.2.2)
|
listen (1.3.0)
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9)
|
rb-inotify (>= 0.9)
|
||||||
rb-kqueue (>= 0.2)
|
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.23)
|
mime-types (1.25)
|
||||||
multi_json (1.7.7)
|
multi_json (1.7.9)
|
||||||
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)
|
||||||
|
@ -72,7 +72,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.0)
|
rb-inotify (0.9.1)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
rb-kqueue (0.2.0)
|
rb-kqueue (0.2.0)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
|
|
Loading…
Add table
Reference in a new issue