Skip to content

Commit

Permalink
Add forked azure gems with our custom source
Browse files Browse the repository at this point in the history
Forked gems were added to the azure stack plugin in ManageIQ/manageiq-providers-azure_stack#112
to reduce footprint by nearly 170MB.
  • Loading branch information
Fryguy committed Jan 14, 2025
1 parent d7aed32 commit 4e29266
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,10 @@ end

group :azure_stack, :manageiq_default do
manageiq_plugin "manageiq-providers-azure_stack"
gem "azure_mgmt_compute", "~> 0.22.0.1", :require => false, :source => "https://rubygems.manageiq.org"
gem "azure_mgmt_monitor", "~> 0.19.0.1", :require => false, :source => "https://rubygems.manageiq.org"
gem "azure_mgmt_network", "~> 0.26.1.1", :require => false, :source => "https://rubygems.manageiq.org"
gem "azure_mgmt_resources", "~> 0.18.2.1", :require => false, :source => "https://rubygems.manageiq.org"
end

group :cisco_intersight, :manageiq_default do
Expand Down

0 comments on commit 4e29266

Please sign in to comment.