Add required ruby version to gdk gemspec
What does this Merge Request do?
Add required_ruby_version
to gemspec. It is currently set to ruby 2.6.5 to match with gitlab
's .ruby-version
.
As reported in #789 (closed), the gitlab-development-kit
would fail if installed in some older versions of Ruby that do not support the newer APIs used within GDK.
Closes #792 (closed).
Backward compatibility
Since this requirement would be released as a new gem version, existing gdk
installation based on gem version 0.2.5
should not be affected and will continue to work.
Todo:
-
Release new version of gem to Rubygems
Merge Request checklist
- [-] Tests added for new functionality. If not, please raise Issue to follow-up.
-
This change is backward compatible. If not, please include steps to communicate to our users. -
Documentation added/updated, if needed. - [-]
gdk doctor
test added, if needed.
Edited by Albert Salim