Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Update omni-uaa-auth. Resolve gems download URL #176

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pkg_utils/fetch_gems
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ to_fetch.map do |gem_basename|
next
end
File.open(cached, "wb") do |file|
uri = URI.parse("http://production.s3.rubygems.org/gems/#{gem_basename}")
uri = URI.parse("http://rubygems.global.ssl.fastly.net/gems/#{gem_basename}")
download(uri, file)
end
FileUtils.copy(cached, target)
Expand Down
2 changes: 1 addition & 1 deletion src/services/tools/servicesmgmt/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gem "rack-proxy"
gem "sinatra"
gem "sinatra-contrib"
gem "yajl-ruby"
gem "omniauth-uaa-oauth2", :git => "git://github.com/cloudfoundry/omniauth-uaa-oauth2.git", :ref => "ffa3468e93"
gem "omniauth-uaa-oauth2", :git => "git://github.com/cloudfoundry/omniauth-uaa-oauth2.git", :ref => "f892fd3415"
gem "vcap_logging", :require => ["vcap/logging"], :git => "git://github.com/cloudfoundry/common.git", :ref => "b96ec1192"
gem "cfoundry", :git => "git://github.com/cloudfoundry/vmc-lib.git", :submodules => true

Expand Down
6 changes: 3 additions & 3 deletions src/services/tools/servicesmgmt/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ GIT

GIT
remote: git://github.com/cloudfoundry/omniauth-uaa-oauth2.git
revision: ffa3468e93952f9f878524dabb1b6d909ba3e9fb
ref: ffa3468e93
revision: f892fd3415f9e45e678b50bc6d8b391ad7509838
ref: f892fd3415
specs:
omniauth-uaa-oauth2 (0.0.3)
omniauth-uaa-oauth2 (0.0.6)
cf-uaa-lib
cf-uaa-lib
omniauth (~> 1.0)
Expand Down