Skip to content

Commit 0375cc6

Browse files
authored
Merge pull request #7 from Comcast/compile-extensions-update
Updated compile-extensions
2 parents 4460398 + d0900cf commit 0375cc6

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-12
lines changed

cf.Gemfile.lock

+15-11
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,34 @@
11
GIT
22
remote: https://github.com/cloudfoundry/buildpack-packager
3-
revision: 82f301072cbb1ab1275fc0fb00a18e4e2ca4ee29
4-
tag: v2.3.7
3+
revision: 6d948c9096434a93c592e7abe57802a0743b7308
4+
tag: v2.3.11
55
specs:
6-
buildpack-packager (2.3.7)
6+
buildpack-packager (2.3.11)
77
activesupport (~> 4.1)
88
kwalify (~> 0)
9+
semantic
910
terminal-table (~> 1.4)
1011

1112
GEM
1213
remote: https://rubygems.org/
1314
specs:
14-
activesupport (4.2.8)
15+
activesupport (4.2.10)
1516
i18n (~> 0.7)
1617
minitest (~> 5.1)
1718
thread_safe (~> 0.3, >= 0.3.4)
1819
tzinfo (~> 1.1)
19-
i18n (0.8.1)
20+
concurrent-ruby (1.0.5)
21+
i18n (0.9.4)
22+
concurrent-ruby (~> 1.0)
2023
kwalify (0.7.2)
21-
minitest (5.10.1)
22-
terminal-table (1.7.3)
23-
unicode-display_width (~> 1.1.1)
24+
minitest (5.11.3)
25+
semantic (1.6.0)
26+
terminal-table (1.8.0)
27+
unicode-display_width (~> 1.1, >= 1.1.1)
2428
thread_safe (0.3.6)
25-
tzinfo (1.2.3)
29+
tzinfo (1.2.5)
2630
thread_safe (~> 0.1)
27-
unicode-display_width (1.1.3)
31+
unicode-display_width (1.3.0)
2832

2933
PLATFORMS
3034
ruby
@@ -36,4 +40,4 @@ RUBY VERSION
3640
ruby 2.4.0p0
3741

3842
BUNDLED WITH
39-
1.14.6
43+
1.16.0

0 commit comments

Comments
 (0)