Skip to content

Commit 78dc176

Browse files
committed
Use http rather than git link for azure-storage branch
Authored-by: Seth Boyles <[email protected]>
1 parent 60f0f21 commit 78dc176

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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'

Gemfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
GIT
2-
remote: [email protected]:sethboyles/azure-storage-ruby.git
2+
remote: https://github.com/cloudfoundry/vcap-concurrency.git
3+
revision: 2a5b0179642cb3d3e7f912a6453ec5731979d115
4+
ref: 2a5b0179
5+
specs:
6+
vcap-concurrency (0.1.0)
7+
8+
GIT
9+
remote: https://github.com/sethboyles/azure-storage-ruby.git
310
revision: d4737cdfcef3f3c4c2463a54690b6b73c0f6f707
411
branch: x-ms-blob-content-type-fix-1.1
512
specs:
@@ -11,13 +18,6 @@ GIT
1118
azure-core (~> 0.1.13)
1219
nokogiri (~> 1.6, >= 1.6.8)
1320

14-
GIT
15-
remote: https://github.com/cloudfoundry/vcap-concurrency.git
16-
revision: 2a5b0179642cb3d3e7f912a6453ec5731979d115
17-
ref: 2a5b0179
18-
specs:
19-
vcap-concurrency (0.1.0)
20-
2121
GIT
2222
remote: https://github.com/sethboyles/fog-azure-rm.git
2323
revision: 00945ea8c0728a79d3537205dc18b3c79c947f56

0 commit comments

Comments
 (0)