Commit b8e51f745eb2e7abfb3461fa31e060267207d2d9
1 parent
d1311763
Exists in
master
and in
2 other branches
Update omnibus-ruby and omnibus-software
Showing
2 changed files
with
28 additions
and
23 deletions
Show diff stats
Gemfile
Gemfile.lock
1 | 1 | GIT |
2 | 2 | remote: git://github.com/opscode/omnibus-software.git |
3 | - revision: 4309667e135644c0c49473ec16aa7dba9fa84f41 | |
3 | + revision: 7ac92daa6892e0898eb868679e578df530e38ee8 | |
4 | 4 | branch: master |
5 | 5 | specs: |
6 | - omnibus-software (0.0.1) | |
6 | + omnibus-software (4.0.0) | |
7 | 7 | |
8 | 8 | GEM |
9 | 9 | remote: https://rubygems.org/ |
... | ... | @@ -13,18 +13,20 @@ GEM |
13 | 13 | cabin (> 0) |
14 | 14 | backports (3.6.0) |
15 | 15 | cabin (0.6.1) |
16 | - chef-sugar (1.2.6) | |
17 | - childprocess (0.5.2) | |
16 | + chef-sugar (1.3.0) | |
17 | + childprocess (0.5.3) | |
18 | 18 | ffi (~> 1.0, >= 1.0.11) |
19 | 19 | clamp (0.6.3) |
20 | 20 | ffi (1.9.3) |
21 | - fpm (1.0.2) | |
21 | + ffi-yajl (1.0.2) | |
22 | + ffi (~> 1.5) | |
23 | + libyajl2 (~> 1.0) | |
24 | + fpm (0.4.42) | |
22 | 25 | arr-pm (~> 0.0.8) |
23 | 26 | backports (>= 2.6.2) |
24 | 27 | cabin (>= 0.6.0) |
25 | 28 | childprocess |
26 | 29 | clamp (~> 0.6) |
27 | - ffi | |
28 | 30 | ftw (~> 0.0.30) |
29 | 31 | json (>= 1.7.7) |
30 | 32 | ftw (0.0.39) |
... | ... | @@ -35,37 +37,40 @@ GEM |
35 | 37 | http_parser.rb (0.5.3) |
36 | 38 | ipaddress (0.8.0) |
37 | 39 | json (1.8.1) |
40 | + libyajl2 (1.0.1) | |
38 | 41 | mime-types (1.25.1) |
39 | - mixlib-cli (1.4.0) | |
42 | + mixlib-cli (1.5.0) | |
40 | 43 | mixlib-config (2.1.0) |
41 | 44 | mixlib-log (1.6.0) |
42 | - mixlib-shellout (1.3.0) | |
43 | - ohai (6.20.0) | |
45 | + mixlib-shellout (1.4.0) | |
46 | + ohai (7.2.0) | |
47 | + ffi (~> 1.9) | |
48 | + ffi-yajl (~> 1.0) | |
44 | 49 | ipaddress |
50 | + mime-types (~> 1.16) | |
45 | 51 | mixlib-cli |
46 | - mixlib-config | |
52 | + mixlib-config (~> 2.0) | |
47 | 53 | mixlib-log |
48 | - mixlib-shellout | |
49 | - systemu (~> 2.5.2) | |
50 | - yajl-ruby | |
51 | - omnibus (3.0.0) | |
54 | + mixlib-shellout (~> 1.2) | |
55 | + systemu (~> 2.6.4) | |
56 | + wmi-lite (~> 1.0) | |
57 | + omnibus (3.2.1) | |
52 | 58 | chef-sugar (~> 1.2) |
53 | - fpm (~> 1.0.0) | |
54 | - mixlib-config (~> 2.1) | |
55 | - mixlib-shellout (~> 1.3) | |
56 | - ohai (~> 6.12) | |
57 | - thor (>= 0.16.0) | |
59 | + fpm (~> 0.4) | |
60 | + mixlib-shellout (~> 1.4) | |
61 | + ohai (~> 7.2) | |
62 | + thor (~> 0.18) | |
58 | 63 | uber-s3 |
59 | - systemu (2.5.2) | |
64 | + systemu (2.6.4) | |
60 | 65 | thor (0.19.1) |
61 | 66 | uber-s3 (0.2.4) |
62 | 67 | mime-types (~> 1.17) |
63 | - yajl-ruby (1.2.0) | |
68 | + wmi-lite (1.0.0) | |
64 | 69 | |
65 | 70 | PLATFORMS |
66 | 71 | ruby |
67 | 72 | |
68 | 73 | DEPENDENCIES |
69 | 74 | ohai |
70 | - omnibus (~> 3.0.0) | |
75 | + omnibus | |
71 | 76 | omnibus-software! | ... | ... |