File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source "https://rubygems.org"
33ruby '2.3.1'
44
55gem 'machete', git: 'https://github.com/cloudfoundry/machete', tag: 'v0.0.43'
6- gem 'buildpack-packager', git: 'https://github.com/cloudfoundry/buildpack-packager', tag: 'v2.3.0 '
6+ gem 'buildpack-packager', git: 'https://github.com/cloudfoundry/buildpack-packager', tag: 'v2.3.1 '
77gem 'rspec'
88gem 'rspec-instafail'
99gem 'pry'
Original file line number Diff line number Diff line change 1+ GIT
2+ remote: https://github.com/cloudfoundry/buildpack-packager
3+ revision: d32016f56ddf89e433fecfc76e4a664058f52c32
4+ tag: v2.3.1
5+ specs:
6+ buildpack-packager (2.3.1)
7+ activesupport (~> 4.1.8)
8+ kwalify
9+ terminal-table (~> 1.4.5)
10+
11+ GIT
12+ remote: https://github.com/cloudfoundry/machete
13+ revision: 143a81238819217dd570aa896aa9b3e5d8a259d5
14+ tag: v0.0.43
15+ specs:
16+ machete (0.0.43)
17+ httparty
18+
19+ GEM
20+ remote: https://rubygems.org/
21+ specs:
22+ activesupport (4.1.16)
23+ i18n (~> 0.6, >= 0.6.9)
24+ json (~> 1.7, >= 1.7.7)
25+ minitest (~> 5.1)
26+ thread_safe (~> 0.1)
27+ tzinfo (~> 1.1)
28+ coderay (1.1.1)
29+ diff-lcs (1.2.5)
30+ httparty (0.13.7)
31+ json (~> 1.8)
32+ multi_xml (>= 0.5.2)
33+ i18n (0.7.0)
34+ json (1.8.3)
35+ kwalify (0.7.2)
36+ method_source (0.8.2)
37+ minitest (5.9.0)
38+ multi_xml (0.5.5)
39+ pry (0.10.4)
40+ coderay (~> 1.1.0)
41+ method_source (~> 0.8.1)
42+ slop (~> 3.4)
43+ rspec (3.5.0)
44+ rspec-core (~> 3.5.0)
45+ rspec-expectations (~> 3.5.0)
46+ rspec-mocks (~> 3.5.0)
47+ rspec-core (3.5.1)
48+ rspec-support (~> 3.5.0)
49+ rspec-expectations (3.5.0)
50+ diff-lcs (>= 1.2.0, < 2.0)
51+ rspec-support (~> 3.5.0)
52+ rspec-instafail (1.0.0)
53+ rspec
54+ rspec-mocks (3.5.0)
55+ diff-lcs (>= 1.2.0, < 2.0)
56+ rspec-support (~> 3.5.0)
57+ rspec-support (3.5.0)
58+ slop (3.6.0)
59+ terminal-table (1.4.5)
60+ thread_safe (0.3.5)
61+ tzinfo (1.2.2)
62+ thread_safe (~> 0.1)
63+
64+ PLATFORMS
65+ ruby
66+
67+ DEPENDENCIES
68+ buildpack-packager!
69+ machete!
70+ pry
71+ rspec
72+ rspec-instafail
73+
74+ RUBY VERSION
75+ ruby 2.3.1p112
76+
77+ BUNDLED WITH
78+ 1.12.5
You can’t perform that action at this time.
0 commit comments