File tree 4 files changed +30
-30
lines changed
4 files changed +30
-30
lines changed Original file line number Diff line number Diff line change 1
- 1.3 .0
1
+ 1.4 .0
Original file line number Diff line number Diff line change 1
1
source "https://rubygems.org"
2
2
3
- ruby '2.4.0 '
3
+ ruby '2.6.3 '
4
4
5
- gem 'buildpack-packager', git: 'https://github.com/cloudfoundry/buildpack-packager', tag: 'v2.3.11 '
5
+ gem 'buildpack-packager', git: 'https://github.com/cloudfoundry/buildpack-packager', tag: 'v2.3.21 '
Original file line number Diff line number Diff line change 1
1
GIT
2
2
remote: https://github.com/cloudfoundry/buildpack-packager
3
- revision: 6d948c9096434a93c592e7abe57802a0743b7308
4
- tag: v2.3.11
3
+ revision: 098b0cb4012269960e09411e9981f7bafe3af47e
4
+ tag: v2.3.21
5
5
specs:
6
- buildpack-packager (2.3.11 )
6
+ buildpack-packager (2.3.21 )
7
7
activesupport (~> 4.1)
8
8
kwalify (~> 0)
9
9
semantic
12
12
GEM
13
13
remote: https://rubygems.org/
14
14
specs:
15
- activesupport (4.2.10 )
15
+ activesupport (4.2.11.3 )
16
16
i18n (~> 0.7)
17
17
minitest (~> 5.1)
18
18
thread_safe (~> 0.3, >= 0.3.4)
19
19
tzinfo (~> 1.1)
20
- concurrent-ruby (1.0.5 )
21
- i18n (0.9.4 )
20
+ concurrent-ruby (1.1.6 )
21
+ i18n (0.9.5 )
22
22
concurrent-ruby (~> 1.0)
23
23
kwalify (0.7.2)
24
- minitest (5.11.3 )
25
- semantic (1.6.0 )
24
+ minitest (5.14.1 )
25
+ semantic (1.6.1 )
26
26
terminal-table (1.8.0)
27
27
unicode-display_width (~> 1.1, >= 1.1.1)
28
28
thread_safe (0.3.6)
29
- tzinfo (1.2.5 )
29
+ tzinfo (1.2.7 )
30
30
thread_safe (~> 0.1)
31
- unicode-display_width (1.3 .0)
31
+ unicode-display_width (1.7 .0)
32
32
33
33
PLATFORMS
34
34
ruby
@@ -37,7 +37,7 @@ DEPENDENCIES
37
37
buildpack-packager!
38
38
39
39
RUBY VERSION
40
- ruby 2.4.0p0
40
+ ruby 2.6.3p62
41
41
42
42
BUNDLED WITH
43
- 1.16.0
43
+ 1.17.2
Original file line number Diff line number Diff line change @@ -15,29 +15,29 @@ exclude_files:
15
15
url_to_dependency_map :
16
16
- match : telegraf.tgz
17
17
name : telegraf
18
- version : 1.5.2
18
+ version : 1.14.3
19
19
- match : cf.tgz
20
20
name : cf
21
- version : 6.34.1
21
+ version : 6.51.0
22
22
- match : jq
23
23
name : jq
24
- version : 1.5
24
+ version : 1.6
25
25
dependencies :
26
26
- name : telegraf
27
- version : 1.5.2
28
- uri : https://dl.influxdata.com/telegraf/releases/telegraf-1.5.2_linux_amd64 .tar.gz
29
- sha256 : be97ded65f92c7c7d398275c1dca8c2abaf7d16aefadd52872f906c42f1307bf
27
+ version : 1.14.3
28
+ uri : https://dl.influxdata.com/telegraf/releases/telegraf-1.14.3_linux_amd64 .tar.gz
29
+ sha256 : ffbee48653b2dacd7aeed1c10021da8adae820df81975ae45456122b961b18d2
30
30
cf_stacks :
31
- - cflinuxfs2
31
+ - cflinuxfs3
32
32
- name : cf
33
- version : 6.34.1
34
- uri : https://goo.gl/mV34pE
35
- sha256 : 95f25b19ad7645124752072b595ae9e7df66fc7fb48f633b63e7d9d7a9e0b1bc
33
+ version : 6.51.0
34
+ uri : https://bit.ly/3i0RtcI
35
+ sha256 : cf49127bf52c139e608d76424c77aa0123291897ac6d121a432bdad4ba7a4b58
36
36
cf_stacks :
37
- - cflinuxfs2
37
+ - cflinuxfs3
38
38
- name : jq
39
- version : 1.5
40
- uri : https://github.com/stedolan/jq/releases/download/jq-1.5 /jq-linux64
41
- sha256 : c6b3a7d7d3e7b70c6f51b706a3b90bd01833846c54d32ca32f0027f00226ff6d
39
+ version : 1.6
40
+ uri : https://github.com/stedolan/jq/releases/download/jq-1.6 /jq-linux64
41
+ sha256 : af986793a515d500ab2d35f8d2aecd656e764504b789b66d7e1a0b727a124c44
42
42
cf_stacks :
43
- - cflinuxfs2
43
+ - cflinuxfs3
You can’t perform that action at this time.
0 commit comments