Skip to content

Commit c0be188

Browse files
committed
Use forked and updated version for "azure-storage-blob"
1 parent f7db994 commit c0be188

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ gem 'actionview', '~> 7.2.1'
4848
gem 'activemodel', '~> 7.2.2'
4949
gem 'railties', '~> 7.2.1'
5050

51+
gem 'azure-storage-blob', git: 'https://github.com/sap-contributions/azure-storage-ruby.git', branch: 'merge-x-ms-branch-on-master'
52+
5153
gem 'fog-aliyun'
5254
gem 'fog-aws'
5355
gem 'fog-azure-rm', git: 'https://github.com/sap-contributions/fog-azure-rm.git', branch: 'update-azure-storage'

Gemfile.lock

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
GIT
2+
remote: https://github.com/sap-contributions/azure-storage-ruby.git
3+
revision: a93d91a2e75b138980bd7a90547ae43ea6299401
4+
branch: merge-x-ms-branch-on-master
5+
specs:
6+
azure-storage-blob (2.0.3)
7+
azure-storage-common (~> 2.0)
8+
nokogiri (~> 1, >= 1.10.8)
9+
110
GIT
211
remote: https://github.com/sap-contributions/fog-azure-rm.git
312
revision: d26d58071f4bbe1746b9b3f4ea02fcf7810f643b
@@ -69,9 +78,6 @@ GEM
6978
activesupport (>= 3.2)
7079
i18n
7180
ast (2.4.2)
72-
azure-storage-blob (2.0.3)
73-
azure-storage-common (~> 2.0)
74-
nokogiri (~> 1, >= 1.10.8)
7581
azure-storage-common (2.0.4)
7682
faraday (~> 1.0)
7783
faraday_middleware (~> 1.0, >= 1.0.0.rc1)
@@ -601,6 +607,7 @@ DEPENDENCIES
601607
activemodel (~> 7.2.2)
602608
addressable
603609
allowy (>= 2.1.0)
610+
azure-storage-blob!
604611
byebug
605612
cf-uaa-lib (~> 4.0.7)
606613
clockwork

0 commit comments

Comments
 (0)