Change in ovirt-engine-sdk-ruby[master]: Require json >= 1.8 instead of >= 2.0

Juan Hernandez has submitted this change and it was merged. Change subject: Require json >= 1.8 instead of >= 2.0 ...................................................................... Require json >= 1.8 instead of >= 2.0 Currently the SDK requires version 2 or newer of the 'json' gem, but actually it doesn't need version 2, it can perfectly work with 1.8. In addition Fedora and CentOS provide version 1.8, so the RPM generated for the SDK won't work in those distributions. To solve this problem this patch changes the SDK so that it requires version 1.8. Change-Id: Ic1f5095c1f9181a91721484ab6838be78d4c0df4 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> --- M sdk/ovirt-engine-sdk.gemspec 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Sandro Bonazzola: Looks good to me, but someone else must approve Juan Hernandez: Verified; Looks good to me, approved; Passed CI tests -- To view, visit https://gerrit.ovirt.org/65678 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic1f5095c1f9181a91721484ab6838be78d4c0df4 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine-sdk-ruby Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Sandro Bonazzola <sbonazzo@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
juan.hernandez@redhat.com