From f9c3f5e722588e22ce17a4710e5328abdff851cc Mon Sep 17 00:00:00 2001 From: Nick Carboni Date: Fri, 10 Aug 2018 11:53:02 -0400 Subject: [PATCH] Add the manageiq-postgres_ha_admin gem to the Gemfile We need this here now that we are using the gem from inside the app https://bugzilla.redhat.com/show_bug.cgi?id=1391095 --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index f061d14f509..773ba16fc01 100644 --- a/Gemfile +++ b/Gemfile @@ -44,6 +44,7 @@ gem "linux_admin", "~>1.2.1", :require => false gem "log_decorator", "~>0.1", :require => false gem "manageiq-api-client", "~>0.3.1", :require => false gem "manageiq-messaging", :require => false, :git => "https://github.com/ManageIQ/manageiq-messaging", :branch => "master" +gem "manageiq-postgres_ha_admin", "~>3.0", :require => false gem "memoist", "~>0.15.0", :require => false gem "mime-types", "~>3.0", :path => File.expand_path("mime-types-redirector", __dir__) gem "more_core_extensions", "~>3.5"