Skip to content

Commit 0a09f9a

Browse files
committed
always bundle update!
1 parent 5988e43 commit 0a09f9a

File tree

1 file changed

+26
-29
lines changed

1 file changed

+26
-29
lines changed

Gemfile.lock

+26-29
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,39 @@
11
GIT
22
remote: git://github.com/jedi4ever/veewee.git
3-
revision: 7b855488cb081d38cd9d4f4bb3b27d25ed386c58
3+
revision: 7c2766b5698cee3660046c42c6b8e80a50d07daf
44
specs:
5-
veewee (0.3.0.alpha4)
6-
CFPropertyList (~> 2.0.17)
5+
veewee (0.3.0.alpha9)
6+
CFPropertyList (>= 2.1.1)
77
ansi (~> 1.3.0)
88
childprocess
99
cucumber (>= 1.0.0)
1010
fog (~> 1.1.2)
11-
highline (~> 1.6.1)
11+
highline
1212
i18n
13-
net-ssh (>= 2.2.1)
13+
net-ssh (~> 2.2.0)
1414
popen4 (~> 0.1.2)
1515
progressbar
1616
rspec (~> 2.5)
1717
ruby-vnc (~> 1.0.0)
18-
thor (~> 0.14.6)
18+
thor (> 0.14)
1919
vagrant (>= 0.9)
2020

2121
GEM
2222
remote: http://rubygems.org/
2323
specs:
24-
CFPropertyList (2.0.17)
25-
libxml-ruby (>= 1.1.0)
26-
rake (>= 0.7.0)
24+
CFPropertyList (2.1.1)
2725
Platform (0.4.0)
2826
ansi (1.3.0)
2927
archive-tar-minitar (0.5.2)
3028
bouncy-castle-java (1.5.0146.1)
3129
builder (3.0.0)
32-
childprocess (0.3.1)
30+
childprocess (0.3.2)
3331
ffi (~> 1.0.6)
34-
cucumber (1.1.9)
32+
cucumber (1.2.1)
3533
builder (>= 2.1.2)
36-
diff-lcs (>= 1.1.2)
37-
gherkin (~> 2.9.0)
34+
diff-lcs (>= 1.1.3)
35+
gherkin (~> 2.11.0)
3836
json (>= 1.4.6)
39-
term-ansicolor (>= 1.0.6)
4037
diff-lcs (1.1.3)
4138
erubis (2.7.0)
4239
excon (0.9.6)
@@ -52,33 +49,31 @@ GEM
5249
net-ssh (>= 2.1.3)
5350
nokogiri (~> 1.5.0)
5451
ruby-hmac
55-
formatador (0.2.1)
56-
gherkin (2.9.0)
52+
formatador (0.2.3)
53+
gherkin (2.11.0)
5754
json (>= 1.4.6)
58-
gherkin (2.9.0-java)
55+
gherkin (2.11.0-java)
5956
json (>= 1.4.6)
60-
hashr (0.0.19)
61-
highline (1.6.11)
57+
hashr (0.0.21)
58+
highline (1.6.12)
6259
i18n (0.6.0)
63-
jruby-openssl (0.7.6.1)
60+
jruby-openssl (0.7.7)
6461
bouncy-castle-java (>= 1.5.0146.1)
6562
json (1.5.4)
6663
json (1.5.4-java)
67-
libxml-ruby (2.2.2)
6864
log4r (1.1.10)
69-
mime-types (1.17.2)
65+
mime-types (1.18)
7066
multi_json (1.0.4)
7167
net-scp (1.0.4)
7268
net-ssh (>= 1.99.1)
7369
net-ssh (2.2.2)
74-
nokogiri (1.5.0)
75-
nokogiri (1.5.0-java)
70+
nokogiri (1.5.4)
71+
nokogiri (1.5.4-java)
7672
open4 (1.3.0)
7773
popen4 (0.1.2)
7874
Platform (>= 0.4.0)
7975
open4 (>= 0.4.0)
80-
progressbar (0.10.0)
81-
rake (0.9.2.2)
76+
progressbar (0.11.0)
8277
rspec (2.7.0)
8378
rspec-core (~> 2.7.0)
8479
rspec-expectations (~> 2.7.0)
@@ -89,9 +84,8 @@ GEM
8984
rspec-mocks (2.7.0)
9085
ruby-hmac (0.4.0)
9186
ruby-vnc (1.0.1)
92-
term-ansicolor (1.0.7)
9387
thor (0.14.6)
94-
vagrant (1.0.1)
88+
vagrant (1.0.3)
9589
archive-tar-minitar (= 0.5.2)
9690
childprocess (~> 0.3.1)
9791
erubis (~> 2.7.0)
@@ -100,6 +94,8 @@ GEM
10094
log4r (~> 1.1.9)
10195
net-scp (~> 1.0.4)
10296
net-ssh (~> 2.2.2)
97+
vagrant-vbguest (0.3.2)
98+
vagrant (>= 0.9.4)
10399

104100
PLATFORMS
105101
java
@@ -111,5 +107,6 @@ DEPENDENCIES
111107
multi_json (~> 1.0.3)
112108
rspec (~> 2.7.0)
113109
thor (~> 0.14.6)
114-
vagrant (~> 1.0.0)
110+
vagrant (~> 1.0.2)
111+
vagrant-vbguest
115112
veewee!

0 commit comments

Comments
 (0)