Skip to content

Commit

Permalink
Merge pull request #23143 from bdunne/bump_appliance_console
Browse files Browse the repository at this point in the history
Set the minimum appliance_console to 9.1.1
  • Loading branch information
agrare committed Aug 14, 2024
2 parents 46c992a + a4a77b0 commit 69ac930
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ gem "hamlit", "~>2.11.0"
gem "inifile", "~>3.0", :require => false
gem "inventory_refresh", "~>2.1", :require => false
gem "kubeclient", "~>4.0", :require => false # For scaling pods at runtime
gem "linux_admin", "~>3.0", :require => false
gem "linux_admin", ">=3.0", "<5", :require => false
gem "listen", "~>3.2", :require => false
gem "manageiq-api-client", "~>0.5.0", :require => false
gem "manageiq-loggers", "~>1.0", ">=1.1.1", :require => false
Expand Down Expand Up @@ -290,7 +290,7 @@ end

group :appliance, :optional => true do
gem "irb", "=1.4.1", :require => false # Locked to same version as the installed RPM rubygem-irb-1.4.1-142.module_el9+787+b20bfeee.noarch so that we don't bundle our own
gem "manageiq-appliance_console", "~>9.1", :require => false
gem "manageiq-appliance_console", "~>9.1", ">=9.1.1", :require => false
gem "rdoc", :require => false # Needed for rails console
end

Expand Down

0 comments on commit 69ac930

Please sign in to comment.