Skip to content

Commit

Permalink
Add the manageiq-postgres_ha_admin gem to the Gemfile
Browse files Browse the repository at this point in the history
We need this here now that we are using the gem from inside the app

https://bugzilla.redhat.com/show_bug.cgi?id=1391095
  • Loading branch information
carbonin committed Sep 6, 2018
1 parent 26bf79c commit f9c3f5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -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"
Expand Down

0 comments on commit f9c3f5e

Please sign in to comment.