Update bundle
This commit is contained in:
parent
67523019aa
commit
92685472ec
2 changed files with 62 additions and 40 deletions
2
Gemfile
2
Gemfile
|
@ -1,7 +1,7 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git'
|
gem 'vagrant', git: 'https://github.com/mitchellh/vagrant.git', tag: 'v1.7.2'
|
||||||
gem 'guard'
|
gem 'guard'
|
||||||
gem 'guard-rspec'
|
gem 'guard-rspec'
|
||||||
gem 'rb-inotify'
|
gem 'rb-inotify'
|
||||||
|
|
100
Gemfile.lock
100
Gemfile.lock
|
@ -1,8 +1,8 @@
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/fgrehm/vagrant-cachier.git
|
remote: https://github.com/fgrehm/vagrant-cachier.git
|
||||||
revision: 6f275353b82ab57ada04c79f6fb2befce0395c77
|
revision: 9f6b615e84364b851939a8e7ee8229fc0d276c73
|
||||||
specs:
|
specs:
|
||||||
vagrant-cachier (0.7.2)
|
vagrant-cachier (1.1.0)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/fgrehm/vagrant-pristine.git
|
remote: https://github.com/fgrehm/vagrant-pristine.git
|
||||||
|
@ -12,7 +12,7 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/mitchellh/vagrant-spec.git
|
remote: https://github.com/mitchellh/vagrant-spec.git
|
||||||
revision: c0dafc996165bf1628b672dd533f1858ff66fe4a
|
revision: 1df5a3af81cb7cce568b2eac52b8f6822bcb1d8e
|
||||||
specs:
|
specs:
|
||||||
vagrant-spec (0.0.1)
|
vagrant-spec (0.0.1)
|
||||||
childprocess (~> 0.5.0)
|
childprocess (~> 0.5.0)
|
||||||
|
@ -22,18 +22,23 @@ GIT
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/mitchellh/vagrant.git
|
remote: https://github.com/mitchellh/vagrant.git
|
||||||
revision: 0a5f6bb77e6a61b56c96057de94f5f8c6868e27c
|
revision: 1cd667b243f4a263cd5322b6455165cc676b6f7f
|
||||||
|
tag: v1.7.2
|
||||||
specs:
|
specs:
|
||||||
vagrant (1.6.4.dev)
|
vagrant (1.7.2)
|
||||||
bundler (>= 1.5.2, < 1.7.0)
|
bundler (>= 1.5.2, < 1.8.0)
|
||||||
childprocess (~> 0.5.0)
|
childprocess (~> 0.5.0)
|
||||||
erubis (~> 2.7.0)
|
erubis (~> 2.7.0)
|
||||||
|
hashicorp-checkpoint (~> 0.1.1)
|
||||||
i18n (~> 0.6.0)
|
i18n (~> 0.6.0)
|
||||||
listen (~> 2.7.1)
|
listen (~> 2.8.0)
|
||||||
log4r (~> 1.1.9, < 1.1.11)
|
log4r (~> 1.1.9, < 1.1.11)
|
||||||
net-scp (~> 1.1.0)
|
net-scp (~> 1.1.0)
|
||||||
|
net-sftp (~> 2.1)
|
||||||
net-ssh (>= 2.6.6, < 2.10.0)
|
net-ssh (>= 2.6.6, < 2.10.0)
|
||||||
|
nokogiri (= 1.6.3.1)
|
||||||
rb-kqueue (~> 0.2.0)
|
rb-kqueue (~> 0.2.0)
|
||||||
|
rest-client (>= 1.6.0, < 2.0)
|
||||||
wdm (~> 0.1.0)
|
wdm (~> 0.1.0)
|
||||||
winrm (~> 1.1.3)
|
winrm (~> 1.1.3)
|
||||||
|
|
||||||
|
@ -49,40 +54,47 @@ GEM
|
||||||
gyoku (>= 0.4.0)
|
gyoku (>= 0.4.0)
|
||||||
nokogiri
|
nokogiri
|
||||||
builder (3.2.2)
|
builder (3.2.2)
|
||||||
celluloid (0.15.2)
|
celluloid (0.16.0)
|
||||||
timers (~> 1.1.0)
|
timers (~> 4.0.0)
|
||||||
childprocess (0.5.3)
|
childprocess (0.5.5)
|
||||||
ffi (~> 1.0, >= 1.0.11)
|
ffi (~> 1.0, >= 1.0.11)
|
||||||
coderay (1.1.0)
|
coderay (1.1.0)
|
||||||
coveralls (0.7.0)
|
coveralls (0.7.1)
|
||||||
multi_json (~> 1.3)
|
multi_json (~> 1.3)
|
||||||
rest-client
|
rest-client
|
||||||
simplecov (>= 0.7)
|
simplecov (>= 0.7)
|
||||||
term-ansicolor
|
term-ansicolor
|
||||||
thor
|
thor
|
||||||
diff-lcs (1.2.5)
|
diff-lcs (1.2.5)
|
||||||
docile (1.1.3)
|
docile (1.1.5)
|
||||||
erubis (2.7.0)
|
erubis (2.7.0)
|
||||||
ffi (1.9.3)
|
ffi (1.9.6)
|
||||||
formatador (0.2.5)
|
formatador (0.2.5)
|
||||||
gssapi (1.0.3)
|
gssapi (1.0.3)
|
||||||
ffi (>= 1.0.1)
|
ffi (>= 1.0.1)
|
||||||
guard (2.6.1)
|
guard (2.11.1)
|
||||||
formatador (>= 0.2.4)
|
formatador (>= 0.2.4)
|
||||||
listen (~> 2.7)
|
listen (~> 2.7)
|
||||||
lumberjack (~> 1.0)
|
lumberjack (~> 1.0)
|
||||||
|
nenv (~> 0.1)
|
||||||
|
notiffany (~> 0.0)
|
||||||
pry (>= 0.9.12)
|
pry (>= 0.9.12)
|
||||||
|
shellany (~> 0.0)
|
||||||
thor (>= 0.18.1)
|
thor (>= 0.18.1)
|
||||||
guard-rspec (4.2.9)
|
guard-compat (1.2.0)
|
||||||
|
guard-rspec (4.5.0)
|
||||||
guard (~> 2.1)
|
guard (~> 2.1)
|
||||||
rspec (>= 2.14, < 4.0)
|
guard-compat (~> 1.1)
|
||||||
gyoku (1.1.1)
|
rspec (>= 2.99.0, < 4.0)
|
||||||
|
gyoku (1.2.2)
|
||||||
builder (>= 2.1.2)
|
builder (>= 2.1.2)
|
||||||
httpclient (2.4.0)
|
hashicorp-checkpoint (0.1.4)
|
||||||
|
hitimes (1.2.2)
|
||||||
|
httpclient (2.6.0.1)
|
||||||
httpi (0.9.7)
|
httpi (0.9.7)
|
||||||
rack
|
rack
|
||||||
i18n (0.6.9)
|
i18n (0.6.11)
|
||||||
listen (2.7.7)
|
listen (2.8.5)
|
||||||
celluloid (>= 0.15.2)
|
celluloid (>= 0.15.2)
|
||||||
rb-fsevent (>= 0.9.3)
|
rb-fsevent (>= 0.9.3)
|
||||||
rb-inotify (>= 0.9)
|
rb-inotify (>= 0.9)
|
||||||
|
@ -91,38 +103,46 @@ GEM
|
||||||
logging (1.8.2)
|
logging (1.8.2)
|
||||||
little-plugger (>= 1.1.3)
|
little-plugger (>= 1.1.3)
|
||||||
multi_json (>= 1.8.4)
|
multi_json (>= 1.8.4)
|
||||||
lumberjack (1.0.6)
|
lumberjack (1.0.9)
|
||||||
method_source (0.8.2)
|
method_source (0.8.2)
|
||||||
mime-types (2.3)
|
mime-types (2.4.3)
|
||||||
mini_portile (0.6.0)
|
mini_portile (0.6.0)
|
||||||
multi_json (1.10.1)
|
multi_json (1.10.1)
|
||||||
|
nenv (0.1.1)
|
||||||
net-scp (1.1.2)
|
net-scp (1.1.2)
|
||||||
net-ssh (>= 2.6.5)
|
net-ssh (>= 2.6.5)
|
||||||
|
net-sftp (2.1.2)
|
||||||
|
net-ssh (>= 2.6.5)
|
||||||
net-ssh (2.9.1)
|
net-ssh (2.9.1)
|
||||||
nokogiri (1.6.2.1)
|
netrc (0.10.2)
|
||||||
|
nokogiri (1.6.3.1)
|
||||||
mini_portile (= 0.6.0)
|
mini_portile (= 0.6.0)
|
||||||
nori (1.1.5)
|
nori (1.1.5)
|
||||||
pry (0.9.12.6)
|
notiffany (0.0.2)
|
||||||
coderay (~> 1.0)
|
nenv (~> 0.1)
|
||||||
method_source (~> 0.8)
|
shellany (~> 0.0)
|
||||||
|
pry (0.10.1)
|
||||||
|
coderay (~> 1.1.0)
|
||||||
|
method_source (~> 0.8.1)
|
||||||
slop (~> 3.4)
|
slop (~> 3.4)
|
||||||
rack (1.5.2)
|
rack (1.6.0)
|
||||||
rake (10.3.2)
|
rake (10.4.2)
|
||||||
rb-fsevent (0.9.4)
|
rb-fsevent (0.9.4)
|
||||||
rb-inotify (0.9.5)
|
rb-inotify (0.9.5)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
rb-kqueue (0.2.3)
|
rb-kqueue (0.2.3)
|
||||||
ffi (>= 0.5.0)
|
ffi (>= 0.5.0)
|
||||||
rest-client (1.6.7)
|
rest-client (1.7.2)
|
||||||
mime-types (>= 1.16)
|
mime-types (>= 1.16, < 3.0)
|
||||||
|
netrc (~> 0.7)
|
||||||
rspec (2.99.0)
|
rspec (2.99.0)
|
||||||
rspec-core (~> 2.99.0)
|
rspec-core (~> 2.99.0)
|
||||||
rspec-expectations (~> 2.99.0)
|
rspec-expectations (~> 2.99.0)
|
||||||
rspec-mocks (~> 2.99.0)
|
rspec-mocks (~> 2.99.0)
|
||||||
rspec-core (2.99.0)
|
rspec-core (2.99.2)
|
||||||
rspec-expectations (2.99.0)
|
rspec-expectations (2.99.2)
|
||||||
diff-lcs (>= 1.1.3, < 2.0)
|
diff-lcs (>= 1.1.3, < 2.0)
|
||||||
rspec-mocks (2.99.0)
|
rspec-mocks (2.99.2)
|
||||||
rubyntlm (0.1.1)
|
rubyntlm (0.1.1)
|
||||||
savon (0.9.5)
|
savon (0.9.5)
|
||||||
akami (~> 1.0)
|
akami (~> 1.0)
|
||||||
|
@ -132,18 +152,20 @@ GEM
|
||||||
nokogiri (>= 1.4.0)
|
nokogiri (>= 1.4.0)
|
||||||
nori (~> 1.0)
|
nori (~> 1.0)
|
||||||
wasabi (~> 1.0)
|
wasabi (~> 1.0)
|
||||||
simplecov (0.8.2)
|
shellany (0.0.1)
|
||||||
|
simplecov (0.9.1)
|
||||||
docile (~> 1.1.0)
|
docile (~> 1.1.0)
|
||||||
multi_json
|
multi_json (~> 1.0)
|
||||||
simplecov-html (~> 0.8.0)
|
simplecov-html (~> 0.8.0)
|
||||||
simplecov-html (0.8.0)
|
simplecov-html (0.8.0)
|
||||||
slop (3.5.0)
|
slop (3.6.0)
|
||||||
term-ansicolor (1.3.0)
|
term-ansicolor (1.3.0)
|
||||||
tins (~> 1.0)
|
tins (~> 1.0)
|
||||||
thor (0.18.1)
|
thor (0.18.1)
|
||||||
timers (1.1.0)
|
timers (4.0.1)
|
||||||
tins (1.3.0)
|
hitimes
|
||||||
uuidtools (2.1.4)
|
tins (1.3.3)
|
||||||
|
uuidtools (2.1.5)
|
||||||
vagrant-omnibus (1.4.1)
|
vagrant-omnibus (1.4.1)
|
||||||
wasabi (1.0.0)
|
wasabi (1.0.0)
|
||||||
nokogiri (>= 1.4.0)
|
nokogiri (>= 1.4.0)
|
||||||
|
|
Loading…
Reference in a new issue