Skip to content

Commit 8933b49

Browse files
committed
update Gemfile to https:// [#90365848]
1 parent 85a9ecc commit 8933b49

File tree

2 files changed

+21
-18
lines changed

2 files changed

+21
-18
lines changed

cf.Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ source "https://rubygems.org"
22

33
ruby '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'

cf.Gemfile.lock

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
GIT
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

1011
GIT
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:
@@ -27,26 +28,28 @@ GEM
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)

0 commit comments

Comments
 (0)