Skip to content

Commit 38fedba

Browse files
committed
PAUSED: Use git resume to continue working.
1 parent 9df9020 commit 38fedba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Gemfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,12 @@ group :web_socket, :manageiq_default do
256256
gem "websocket-driver", "~>0.6.3", :require => false
257257
end
258258

259+
if ENV["APPLIANCE"]
260+
group :appliance, :optional => true do
261+
gem "manageiq-appliance_console", "~>6.0", :require => false
262+
end
263+
end
264+
259265
### Start of gems excluded from the appliances.
260266
# The gems listed below do not need to be packaged until we find it necessary or useful.
261267
# Only add gems here that we do not need on an appliance.

0 commit comments

Comments
 (0)