From 22a68ce2d5d3342c829537b370cda0ae0cba66b2 Mon Sep 17 00:00:00 2001 From: Jason Frey Date: Fri, 10 Aug 2018 12:12:07 -0400 Subject: [PATCH] Point Gemfile to renamed manageiq-v2v repo --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3dcd940e98b..0c4a125a696 100644 --- a/Gemfile +++ b/Gemfile @@ -197,7 +197,7 @@ group :ui_dependencies do # Added to Bundler.require in config/application.rb end group :v2v, :ui_dependencies do - gem "manageiq-v2v", :git => "https://github.com/ManageIQ/miq_v2v_ui_plugin.git", :branch => "master" + manageiq_plugin "manageiq-v2v" end group :web_server, :manageiq_default do