Skip to content

Commit

Permalink
Use http rather than git link for azure-storage branch
Browse files Browse the repository at this point in the history
Authored-by: Seth Boyles <sboyles@pivotal.io>
  • Loading branch information
sethboyles committed Feb 17, 2022
1 parent 60f0f21 commit 78dc176
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ gem 'railties', '~> 6.1.4'
# gem 'azure-storage', '0.14.0.preview' # https://github.com/Azure/azure-storage-ruby/issues/122
gem 'bits_service_client', '~> 3.3', '>= 3.3.0'

gem 'azure-storage-blob', git: 'git@github.com:sethboyles/azure-storage-ruby.git', branch: 'x-ms-blob-content-type-fix-1.1'
gem 'azure-storage-blob', git: 'https://github.com/sethboyles/azure-storage-ruby.git', branch: 'x-ms-blob-content-type-fix-1.1'

gem 'fog-aliyun'
gem 'fog-aws'
Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
GIT
remote: git@github.com:sethboyles/azure-storage-ruby.git
remote: https://github.com/cloudfoundry/vcap-concurrency.git
revision: 2a5b0179642cb3d3e7f912a6453ec5731979d115
ref: 2a5b0179
specs:
vcap-concurrency (0.1.0)

GIT
remote: https://github.com/sethboyles/azure-storage-ruby.git
revision: d4737cdfcef3f3c4c2463a54690b6b73c0f6f707
branch: x-ms-blob-content-type-fix-1.1
specs:
Expand All @@ -11,13 +18,6 @@ GIT
azure-core (~> 0.1.13)
nokogiri (~> 1.6, >= 1.6.8)

GIT
remote: https://github.com/cloudfoundry/vcap-concurrency.git
revision: 2a5b0179642cb3d3e7f912a6453ec5731979d115
ref: 2a5b0179
specs:
vcap-concurrency (0.1.0)

GIT
remote: https://github.com/sethboyles/fog-azure-rm.git
revision: 00945ea8c0728a79d3537205dc18b3c79c947f56
Expand Down

0 comments on commit 78dc176

Please sign in to comment.