diff --git a/Gemfile b/Gemfile index 896913fedbf..52a3ff01344 100644 --- a/Gemfile +++ b/Gemfile @@ -272,7 +272,7 @@ group :web_socket, :manageiq_default do end group :appliance, :optional => true do - gem "manageiq-appliance_console", "~>7.2", :require => false + gem "manageiq-appliance_console", "~>7.2", ">=7.2.1", :require => false end ### Development and test gems are excluded from appliance and container builds to reduce size and license issues