From c0e78ff9a2652f03fa8a390bf563286225ff57f1 Mon Sep 17 00:00:00 2001 From: Zita Nemeckova Date: Tue, 13 Mar 2018 15:58:45 +0100 Subject: [PATCH] Add miq_v2v_ui plugin --- Gemfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gemfile b/Gemfile index 83f3ff6a477..f70703f8f6e 100644 --- a/Gemfile +++ b/Gemfile @@ -196,6 +196,10 @@ group :ui_dependencies do # Added to Bundler.require in config/application.rb gem "jquery-rjs", "=0.1.1", :git => "https://github.com/ManageIQ/jquery-rjs.git", :tag => "v0.1.1-1" end +group :v2v, :ui_dependencies do + gem "miq_v2v_ui", :git => "https://github.com/priley86/miq_v2v_ui_plugin.git", :branch => "master" +end + group :web_server, :manageiq_default do gem "puma", "~>3.7.0" gem "responders", "~>2.0"