Update bundle
This commit is contained in:
parent
164e57695e
commit
4077feaca2
1 changed files with 7 additions and 7 deletions
14
Gemfile.lock
14
Gemfile.lock
|
@ -1,8 +1,8 @@
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/mitchellh/vagrant.git
|
remote: https://github.com/mitchellh/vagrant.git
|
||||||
revision: 87613ec9392d4660ffcb1d5755307136c06af08c
|
revision: bc2a9fe780e44fcf3fb989178b0582a8f2514895
|
||||||
specs:
|
specs:
|
||||||
vagrant (1.1.4)
|
vagrant (1.1.5.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)
|
||||||
|
@ -22,14 +22,15 @@ GEM
|
||||||
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)
|
||||||
diff-lcs (1.2.1)
|
diff-lcs (1.2.2)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
ffi (1.6.0)
|
ffi (1.6.0)
|
||||||
guard (1.6.2)
|
formatador (0.2.4)
|
||||||
|
guard (1.7.0)
|
||||||
|
formatador (>= 0.2.4)
|
||||||
listen (>= 0.6.0)
|
listen (>= 0.6.0)
|
||||||
lumberjack (>= 1.0.2)
|
lumberjack (>= 1.0.2)
|
||||||
pry (>= 0.9.10)
|
pry (>= 0.9.10)
|
||||||
terminal-table (>= 1.4.3)
|
|
||||||
thor (>= 0.14.6)
|
thor (>= 0.14.6)
|
||||||
guard-bundler (1.0.0)
|
guard-bundler (1.0.0)
|
||||||
bundler (~> 1.0)
|
bundler (~> 1.0)
|
||||||
|
@ -73,8 +74,7 @@ GEM
|
||||||
simplecov-html (~> 0.7.1)
|
simplecov-html (~> 0.7.1)
|
||||||
simplecov-html (0.7.1)
|
simplecov-html (0.7.1)
|
||||||
slop (3.4.4)
|
slop (3.4.4)
|
||||||
terminal-table (1.4.5)
|
thor (0.18.1)
|
||||||
thor (0.18.0)
|
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
Loading…
Reference in a new issue