Skip to content

Commit 5dc79b6

Browse files
committed
Use http rather than git link for azure-storage branch
Authored-by: Seth Boyles <sboyles@pivotal.io>
1 parent 60f0f21 commit 5dc79b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ gem 'railties', '~> 6.1.4'
5656
# gem 'azure-storage', '0.14.0.preview' # https://github.com/Azure/azure-storage-ruby/issues/122
5757
gem 'bits_service_client', '~> 3.3', '>= 3.3.0'
5858

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

6161
gem 'fog-aliyun'
6262
gem 'fog-aws'

0 commit comments

Comments
 (0)