Change in ovirt-engine-sdk-ruby[sdk_4.1]: Don't specify the 'json' version

From Juan Hernandez <juan.hernandez@redhat.com>:
Juan Hernandez has submitted this change and it was merged. Change subject: Don't specify the 'json' version ...................................................................... Don't specify the 'json' version Currently the SDK requires the 'json' gem using the following range specification: spec.add_dependency('json', '~> 1.8') This makes it incompatible with applications that want to use versio 2.0 or newer. But the SDK doesn't really need any advanced capability, it can work with any version of the 'json' gem. To reduce the incompatibilities this patch changes the SDK so that it doesn't specify the min version. It will get 1.8 at least anyhow, has it is included with any Ruby 2 installation. Change-Id: I62364b45e3782c17d51b3def0c4769e8e3aafed0 Signed-off-by: Juan Hernandez <juan.hernandez@redhat.com> (cherry picked from commit 44628b7459f61ee146ab0b0525681a5550e90d22) --- 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/71517 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I62364b45e3782c17d51b3def0c4769e8e3aafed0 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk-ruby Gerrit-Branch: sdk_4.1 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)
-
Code Review