Skip to content

Commit

Permalink
PAUSED: Use git resume to continue working.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryguy committed Feb 5, 2025
1 parent 9df9020 commit 38fedba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,12 @@ group :web_socket, :manageiq_default do
gem "websocket-driver", "~>0.6.3", :require => false
end

if ENV["APPLIANCE"]
group :appliance, :optional => true do
gem "manageiq-appliance_console", "~>6.0", :require => false
end
end

### Start of gems excluded from the appliances.
# The gems listed below do not need to be packaged until we find it necessary or useful.
# Only add gems here that we do not need on an appliance.
Expand Down

0 comments on commit 38fedba

Please sign in to comment.