Change in ovirt-engine-sdk-ruby[sdk_4.0]: 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> (cherry picked from commit 68e56414fe14e756ba842e27b3d8d38d96d736ac) --- M sdk/ovirt-engine-sdk.gemspec 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Juan Hernandez: Verified; Looks good to me, approved Jenkins CI: Passed CI tests -- To view, visit https://gerrit.ovirt.org/65688 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic1f5095c1f9181a91721484ab6838be78d4c0df4 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk-ruby Gerrit-Branch: sdk_4.0 Gerrit-Owner: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Juan Hernandez <juan.hernandez@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
juan.hernandez@redhat.com