Skip to content

Commit

Permalink
update Gemfile to https:// [#90365848]
Browse files Browse the repository at this point in the history
  • Loading branch information
jtarchie committed Mar 16, 2015
1 parent fa56f88 commit cde6586
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions cf.Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ source "https://rubygems.org"

ruby '2.1.1'

gem 'machete', github: 'cf-buildpacks/machete', branch: 'master'
gem 'machete', git: 'https://github.com/cf-buildpacks/machete', branch: 'master'
gem 'rspec-retry', '~> 0.3.0'
gem 'buildpack-packager', github: 'cloudfoundry-incubator/buildpack-packager', ref: '3f20e8cb'
gem 'buildpack-packager', git: 'https://github.com/cloudfoundry-incubator/buildpack-packager', ref: '3f20e8cb'
8 changes: 4 additions & 4 deletions cf.Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: git://github.com/cf-buildpacks/machete.git
revision: dd64e159d51b3eb6ceb8492b55396f7f1f602cfd
remote: https://github.com/cf-buildpacks/machete
revision: 148ce08cb6ba25c23bf7fb577b138e868a6f337e
branch: master
specs:
machete (0.0.1)
Expand All @@ -9,7 +9,7 @@ GIT
rspec

GIT
remote: git://github.com/cloudfoundry-incubator/buildpack-packager.git
remote: https://github.com/cloudfoundry-incubator/buildpack-packager
revision: 3f20e8cb67f4b92057fbea4944dedd0489fd0260
ref: 3f20e8cb
specs:
Expand All @@ -32,7 +32,7 @@ GEM
json (~> 1.8)
multi_xml (>= 0.5.2)
i18n (0.7.0)
json (1.8.1)
json (1.8.2)
kwalify (0.7.2)
minitest (5.5.1)
multi_xml (0.5.5)
Expand Down

0 comments on commit cde6586

Please sign in to comment.