Skip to content

Commit 30c4627

Browse files
committed
Upgrade to the latest manageiq-api-client
Catch other 404 errors and raise them as ResourceNotFound Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1599754
1 parent 69f83f0 commit 30c4627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ gem "inventory_refresh", "~>0.1.1", :require => false
4343
gem "kubeclient", "~>2.4", :require => false # For scaling pods at runtime
4444
gem "linux_admin", "~>1.2.1", :require => false
4545
gem "log_decorator", "~>0.1", :require => false
46-
gem "manageiq-api-client", "~>0.3.1", :require => false
46+
gem "manageiq-api-client", "~>0.3.2", :require => false
4747
gem "manageiq-messaging", :require => false, :git => "https://github.com/ManageIQ/manageiq-messaging", :branch => "master"
4848
gem "manageiq-postgres_ha_admin", "~>3.0", :require => false
4949
gem "memoist", "~>0.15.0", :require => false

0 commit comments

Comments
 (0)