File tree Expand file tree Collapse file tree 2 files changed +21
-18
lines changed
Expand file tree Collapse file tree 2 files changed +21
-18
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ source "https://rubygems.org"
22
33ruby '2.1.1'
44
5- gem 'machete', github : 'cf-buildpacks/machete', branch: 'master'
6- gem 'buildpack-packager', github : 'cloudfoundry-incubator/buildpack-packager', ref: '3f20e8cb'
5+ gem 'machete', git : 'https://github.com/ cf-buildpacks/machete', branch: 'master'
6+ gem 'buildpack-packager', git : 'https://github.com/ cloudfoundry-incubator/buildpack-packager', ref: '3f20e8cb'
Original file line number Diff line number Diff line change 11GIT
2- remote: git ://github.com/cf-buildpacks/machete.git
3- revision: 4f2ac6817b928a85fb4126263124a0f1a4aa06d2
2+ remote: https ://github.com/cf-buildpacks/machete
3+ revision: 148ce08cb6ba25c23bf7fb577b138e868a6f337e
44 branch: master
55 specs:
66 machete (0.0.1)
77 httparty
8+ rrrretry
89 rspec
910
1011GIT
11- remote: git ://github.com/cloudfoundry-incubator/buildpack-packager.git
12+ remote: https ://github.com/cloudfoundry-incubator/buildpack-packager
1213 revision: 3f20e8cb67f4b92057fbea4944dedd0489fd0260
1314 ref: 3f20e8cb
1415 specs:
2728 thread_safe (~> 0.1)
2829 tzinfo (~> 1.1)
2930 diff-lcs (1.2.5)
30- httparty (0.13.1 )
31+ httparty (0.13.3 )
3132 json (~> 1.8)
3233 multi_xml (>= 0.5.2)
3334 i18n (0.7.0)
34- json (1.8.1 )
35+ json (1.8.2 )
3536 kwalify (0.7.2)
3637 minitest (5.5.1)
3738 multi_xml (0.5.5)
38- rspec (3.0.0)
39- rspec-core (~> 3.0.0)
40- rspec-expectations (~> 3.0.0)
41- rspec-mocks (~> 3.0.0)
42- rspec-core (3.0.4)
43- rspec-support (~> 3.0.0)
44- rspec-expectations (3.0.4)
39+ rrrretry (1.0.0)
40+ rspec (3.2.0)
41+ rspec-core (~> 3.2.0)
42+ rspec-expectations (~> 3.2.0)
43+ rspec-mocks (~> 3.2.0)
44+ rspec-core (3.2.2)
45+ rspec-support (~> 3.2.0)
46+ rspec-expectations (3.2.0)
4547 diff-lcs (>= 1.2.0, < 2.0)
46- rspec-support (~> 3.0.0)
47- rspec-mocks (3.0.4)
48- rspec-support (~> 3.0.0)
49- rspec-support (3.0.4)
48+ rspec-support (~> 3.2.0)
49+ rspec-mocks (3.2.1)
50+ diff-lcs (>= 1.2.0, < 2.0)
51+ rspec-support (~> 3.2.0)
52+ rspec-support (3.2.2)
5053 thread_safe (0.3.5)
5154 tzinfo (1.2.2)
5255 thread_safe (~> 0.1)
You can’t perform that action at this time.
0 commit comments