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

Commit

Permalink
Merge pull request #2 from mheath/master
Browse files Browse the repository at this point in the history
Fix cf-message-bus dependency to use HTTPS instead of Git protocol.
  • Loading branch information
mariash committed Aug 1, 2013
2 parents e441048 + 048ffeb commit 3bdfe09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions router_registrar/Gemfile
Expand Up @@ -4,8 +4,8 @@ gem "eventmachine"
gem "vcap_logging"
gem "yajl-ruby"
gem "vcap-concurrency", :git => "https://github.com/cloudfoundry/vcap-concurrency.git"
gem "cf-message-bus", :github => "cloudfoundry/cf-message-bus"
gem "cf-message-bus", :git => "https://github.com/cloudfoundry/cf-message-bus.git"

group :development, :test do
gem "rspec"
end
end
2 changes: 1 addition & 1 deletion router_registrar/Gemfile.lock
@@ -1,5 +1,5 @@
GIT
remote: git://github.com/cloudfoundry/cf-message-bus.git
remote: https://github.com/cloudfoundry/cf-message-bus.git
revision: 88a9fc0fa75fca29a8fd1fb47c6504a252020a0f
specs:
cf-message-bus (0.0.1)
Expand Down

0 comments on commit 3bdfe09

Please sign in to comment.