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: I126b1abe3bb42f2ed7a0a9e0c17b66f8cfc44bdf
  • Loading branch information
pietern committed Jun 22, 2012
1 parent 2a41a73 commit f36edc0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ source "http://rubygems.org"
gem 'bundler', '>= 1.0.10'
gem 'rake'
gem 'nats', :require => 'nats/client'
gem 'eventmachine', :git => 'git://github.com/cloudfoundry/eventmachine.git', :branch => 'release-0.12.11-cf'
gem 'eventmachine', :git => 'https://github.com/cloudfoundry/eventmachine.git', :branch => 'release-0.12.11-cf'

gem "http_parser.rb", :require => "http/parser"
gem "yajl-ruby", :require => ["yajl", "yajl/json_gem"]
gem "sinatra"

gem 'vcap_common', '~> 1.0.9', :git => 'git://github.com/cloudfoundry/vcap-common.git', :ref => 'c91898e1'
gem 'vcap_logging', :require => ['vcap/logging'], :git => 'git://github.com/cloudfoundry/common.git'
gem 'vcap_common', '~> 1.0.9', :git => 'https://github.com/cloudfoundry/vcap-common.git', :ref => 'c91898e1'
gem 'vcap_logging', :require => ['vcap/logging'], :git => 'https://github.com/cloudfoundry/common.git'

group :test do
gem "rspec"
Expand Down
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
GIT
remote: git://github.com/cloudfoundry/common.git
revision: b96ec1192d961925d91e17ca3831f8547489d918
remote: https://github.com/cloudfoundry/common.git
revision: 309a39e1ff876efec3ec568fcc7e902d857f8107
specs:
vcap_logging (1.0.2)
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: c91898e1d74f23446d1d7fe2382df6ace071c0ad
ref: c91898e1
specs:
Expand Down

0 comments on commit f36edc0

Please sign in to comment.