Skip to content

Commit

Permalink
[WIP] Use drop_unused branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Oct 7, 2024
1 parent 60109ee commit 2db1e74
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,8 @@ gemspec

# Load Gemfile with dependencies from manageiq
eval_gemfile(File.expand_path("spec/manageiq/Gemfile", __dir__))

gem 'azure_mgmt_compute', '~> 0.20', git: 'https://github.com/Fryguy/azure-sdk-for-ruby', branch: 'drop_usused', glob: 'management/azure_mgmt_compute/*.gemspec'
gem 'azure_mgmt_monitor', '~> 0.17', git: 'https://github.com/Fryguy/azure-sdk-for-ruby', branch: 'drop_usused', glob: 'management/azure_mgmt_monitor/*.gemspec'
gem 'azure_mgmt_network', '~> 0.24', git: 'https://github.com/Fryguy/azure-sdk-for-ruby', branch: 'drop_usused', glob: 'management/azure_mgmt_network/*.gemspec'
gem 'azure_mgmt_resources', '~> 0.18', git: 'https://github.com/Fryguy/azure-sdk-for-ruby', branch: 'drop_usused', glob: 'management/azure_mgmt_resources/*.gemspec'

0 comments on commit 2db1e74

Please sign in to comment.