File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed
Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ gem 'actionview', '~> 7.2.1'
4848gem 'activemodel' , '~> 7.2.2'
4949gem '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+
5153gem 'fog-aliyun'
5254gem 'fog-aws'
5355gem 'fog-azure-rm' , git : 'https://github.com/sap-contributions/fog-azure-rm.git' , branch : 'update-azure-storage'
Original file line number Diff line number Diff line change 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+
110GIT
211 remote: https://github.com/sap-contributions/fog-azure-rm.git
312 revision: d26d58071f4bbe1746b9b3f4ea02fcf7810f643b
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
You can’t perform that action at this time.
0 commit comments