Commit ebe5a55a9cec7f4533d907d28b2e1b4b9c4d9aec
1 parent
f34fa46710
Exists in
master
Update dependencies
Showing 2 changed files with 18 additions and 18 deletions Side-by-side Diff
Puppetfile
... | ... | @@ -38,18 +38,18 @@ |
38 | 38 | # Core modules for a basic development environment. You can replace |
39 | 39 | # some/most of these if you want, but it's not recommended. |
40 | 40 | |
41 | -github "git", "2.4.0" | |
41 | +github "git", "2.5.0" | |
42 | 42 | github "homebrew", "1.9.5.rc", :repo => "hanjianwei/puppet-homebrew" |
43 | 43 | github "hub", "1.3.0" |
44 | -github "inifile", "1.0.3", :repo => "puppetlabs/puppetlabs-inifile" | |
45 | -github "nodejs", "3.7.0" | |
44 | +github "inifile", "1.1.3", :repo => "puppetlabs/puppetlabs-inifile" | |
45 | +github "nodejs", "3.8.1" | |
46 | 46 | github "openssl", "1.0.0" |
47 | 47 | github "pkgconfig", "1.0.0" |
48 | 48 | github "repository", "2.3.0" |
49 | -github "ruby", "8.0.4" | |
50 | -github "stdlib", "4.2.1", :repo => "puppetlabs/puppetlabs-stdlib" | |
49 | +github "ruby", "8.1.2" | |
50 | +github "stdlib", "4.3.2", :repo => "puppetlabs/puppetlabs-stdlib" | |
51 | 51 | github "sudo", "1.0.0" |
52 | -github "xquartz", "1.1.1" | |
52 | +github "xquartz", "1.2.0" | |
53 | 53 | |
54 | 54 | # Optional/custom modules. There are tons available at |
55 | 55 | # https://github.com/boxen. |
Puppetfile.lock
1 | 1 | GITHUBTARBALL |
2 | 2 | remote: boxen/puppet-git |
3 | 3 | specs: |
4 | - git (2.4.0) | |
4 | + git (2.5.0) | |
5 | 5 | |
6 | 6 | GITHUBTARBALL |
7 | 7 | remote: boxen/puppet-hub |
... | ... | @@ -11,7 +11,7 @@ |
11 | 11 | GITHUBTARBALL |
12 | 12 | remote: boxen/puppet-nodejs |
13 | 13 | specs: |
14 | - nodejs (3.7.0) | |
14 | + nodejs (3.8.1) | |
15 | 15 | |
16 | 16 | GITHUBTARBALL |
17 | 17 | remote: boxen/puppet-openssl |
... | ... | @@ -36,7 +36,7 @@ |
36 | 36 | GITHUBTARBALL |
37 | 37 | remote: boxen/puppet-ruby |
38 | 38 | specs: |
39 | - ruby (8.0.4) | |
39 | + ruby (8.1.2) | |
40 | 40 | |
41 | 41 | GITHUBTARBALL |
42 | 42 | remote: boxen/puppet-sudo |
... | ... | @@ -46,7 +46,7 @@ |
46 | 46 | GITHUBTARBALL |
47 | 47 | remote: boxen/puppet-xquartz |
48 | 48 | specs: |
49 | - xquartz (1.1.1) | |
49 | + xquartz (1.2.0) | |
50 | 50 | |
51 | 51 | GITHUBTARBALL |
52 | 52 | remote: hanjianwei/puppet-boxen |
53 | 53 | |
... | ... | @@ -71,12 +71,12 @@ |
71 | 71 | GITHUBTARBALL |
72 | 72 | remote: puppetlabs/puppetlabs-inifile |
73 | 73 | specs: |
74 | - inifile (1.0.3) | |
74 | + inifile (1.1.3) | |
75 | 75 | |
76 | 76 | GITHUBTARBALL |
77 | 77 | remote: puppetlabs/puppetlabs-stdlib |
78 | 78 | specs: |
79 | - stdlib (4.2.1) | |
79 | + stdlib (4.3.2) | |
80 | 80 | |
81 | 81 | GITHUBTARBALL |
82 | 82 | remote: ripienaar/puppet-module-data |
83 | 83 | |
84 | 84 | |
85 | 85 | |
86 | 86 | |
... | ... | @@ -87,18 +87,18 @@ |
87 | 87 | boxen (= 3.6.3.rc) |
88 | 88 | brewcask (= 0.0.4.rc2) |
89 | 89 | dotfiles (= 0.0.9) |
90 | - git (= 2.4.0) | |
90 | + git (= 2.5.0) | |
91 | 91 | homebrew (= 1.9.5.rc) |
92 | 92 | hub (= 1.3.0) |
93 | - inifile (= 1.0.3) | |
93 | + inifile (= 1.1.3) | |
94 | 94 | module-data (= 0.0.3) |
95 | - nodejs (= 3.7.0) | |
95 | + nodejs (= 3.8.1) | |
96 | 96 | openssl (= 1.0.0) |
97 | 97 | osx (= 2.7.0) |
98 | 98 | pkgconfig (= 1.0.0) |
99 | 99 | repository (= 2.3.0) |
100 | - ruby (= 8.0.4) | |
101 | - stdlib (= 4.2.1) | |
100 | + ruby (= 8.1.2) | |
101 | + stdlib (= 4.3.2) | |
102 | 102 | sudo (= 1.0.0) |
103 | - xquartz (= 1.1.1) | |
103 | + xquartz (= 1.2.0) |