Skip to content

Commit c8fd0a5

Browse files
author
Anthony Emengo
committed
Migrate relevant dependencies to cloudfoundry-incubator
[#89014508]
1 parent dabc11c commit c8fd0a5

3 files changed

Lines changed: 13 additions & 13 deletions

File tree

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[submodule "compile-extensions"]
22
path = compile-extensions
3-
url = https://github.com/cf-buildpacks/compile-extensions.git
3+
url = https://github.com/cloudfoundry-incubator/compile-extensions.git

cf.Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ source "https://rubygems.org"
33
ruby '2.1.1'
44

55
gem 'machete', github: 'cf-buildpacks/machete', branch: 'master'
6-
gem 'buildpack-packager', github: 'cf-buildpacks/buildpack-packager', tag: 'v2.0.0'
6+
gem 'buildpack-packager', github: 'cloudfoundry-incubator/buildpack-packager', tag: 'v2.0.0'

cf.Gemfile.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
GIT
2-
remote: git://github.com/cf-buildpacks/buildpack-packager.git
3-
revision: a1a37890d65752f075c7acdc33e140b7d369ca78
4-
tag: v2.0.0
5-
specs:
6-
buildpack-packager (0.0.1)
7-
activesupport (~> 4.1.8)
8-
91
GIT
102
remote: git://github.com/cf-buildpacks/machete.git
113
revision: 4f2ac6817b928a85fb4126263124a0f1a4aa06d2
@@ -15,10 +7,18 @@ GIT
157
httparty
168
rspec
179

10+
GIT
11+
remote: git://github.com/cloudfoundry-incubator/buildpack-packager.git
12+
revision: a1a37890d65752f075c7acdc33e140b7d369ca78
13+
tag: v2.0.0
14+
specs:
15+
buildpack-packager (0.0.1)
16+
activesupport (~> 4.1.8)
17+
1818
GEM
1919
remote: https://rubygems.org/
2020
specs:
21-
activesupport (4.1.8)
21+
activesupport (4.1.9)
2222
i18n (~> 0.6, >= 0.6.9)
2323
json (~> 1.7, >= 1.7.7)
2424
minitest (~> 5.1)
@@ -28,9 +28,9 @@ GEM
2828
httparty (0.13.1)
2929
json (~> 1.8)
3030
multi_xml (>= 0.5.2)
31-
i18n (0.6.11)
31+
i18n (0.7.0)
3232
json (1.8.1)
33-
minitest (5.5.0)
33+
minitest (5.5.1)
3434
multi_xml (0.5.5)
3535
rspec (3.0.0)
3636
rspec-core (~> 3.0.0)

0 commit comments

Comments
 (0)