Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Use https for git sources
Browse files Browse the repository at this point in the history
Some proxies deny traffic over the git transport.

Change-Id: Ib68188a894314dab1148ce6d7601844ec394de72
  • Loading branch information
pietern committed Jun 22, 2012
1 parent 62b70f5 commit 1df76f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
10 changes: 5 additions & 5 deletions warden/Gemfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
source "http://rubygems.org"

gem "rake"
gem "vcap_common", :git => 'git://github.com/cloudfoundry/vcap-common.git', :ref => '72b230b6'
gem "vcap_logging", :git => 'git://github.com/cloudfoundry/common.git', :ref => '309a39e1'
gem "eventmachine", "0.12.11.cloudfoundry.3", :git => 'git://github.com/cloudfoundry/eventmachine.git', :branch => 'release-0.12.11-cf'
gem "vcap_common", :git => 'https://github.com/cloudfoundry/vcap-common.git', :ref => '72b230b6'
gem "vcap_logging", :git => 'https://github.com/cloudfoundry/common.git', :ref => '309a39e1'
gem "eventmachine", "0.12.11.cloudfoundry.3", :git => 'https://github.com/cloudfoundry/eventmachine.git', :branch => 'release-0.12.11-cf'
gem "yajl-ruby"
gem "em-posix-spawn", :git => 'git://github.com/cloudfoundry/common.git', :ref => '309a39e1'
gem "em-posix-spawn", :git => 'https://github.com/cloudfoundry/common.git', :ref => '309a39e1'

group :spec do
gem "rspec"
gem "warden-client", :git => 'git://github.com/cloudfoundry/warden.git'
gem "warden-client", :git => 'https://github.com/cloudfoundry/warden.git', :ref => '3e94ec2e'
end
9 changes: 5 additions & 4 deletions warden/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GIT
remote: git://github.com/cloudfoundry/common.git
remote: https://github.com/cloudfoundry/common.git
revision: 309a39e1ff876efec3ec568fcc7e902d857f8107
ref: 309a39e1
specs:
Expand All @@ -10,14 +10,14 @@ GIT
rake

GIT
remote: git://github.com/cloudfoundry/eventmachine.git
remote: https://github.com/cloudfoundry/eventmachine.git
revision: 2806c630d8631d5dcf9fb2555f665b829052aabe
branch: release-0.12.11-cf
specs:
eventmachine (0.12.11.cloudfoundry.3)

GIT
remote: git://github.com/cloudfoundry/vcap-common.git
remote: https://github.com/cloudfoundry/vcap-common.git
revision: 72b230b6c0dfa491368bfd2f72d3527c4c1cdf29
ref: 72b230b6
specs:
Expand All @@ -30,8 +30,9 @@ GIT
yajl-ruby (~> 0.8.3)

GIT
remote: git://github.com/cloudfoundry/warden.git
remote: https://github.com/cloudfoundry/warden.git
revision: 3e94ec2e67352372b96f43d1f30f41e4a4bee1f9
ref: 3e94ec2e
specs:
warden-client (0.0.2)
yajl-ruby
Expand Down

0 comments on commit 1df76f8

Please sign in to comment.