Skip to content

Commit

Permalink
Merge pull request #19975 from NickLaMuro/upgrade-smartstate-to-5.3
Browse files Browse the repository at this point in the history
[Gemfile] Ensure manageiq-smartstate is 0.5.3

(cherry picked from commit 5d417dd)
  • Loading branch information
bdunne authored and simaishi committed Mar 20, 2020
1 parent 5a08a2a commit 3637482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ group :seed, :manageiq_default do
end

group :smartstate, :manageiq_default do
gem "manageiq-smartstate", "~>0.5.0", :require => false
gem "manageiq-smartstate", "~>0.5.3", :require => false
end

group :consumption, :manageiq_default do
Expand Down

0 comments on commit 3637482

Please sign in to comment.