You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.
One of the transient dependencies from packagecloud-ruby gem is json_pure, and it is locked to a very old version: 1.8.1. Running pacakge_cloud in ruby 2.7 is throwing warnings due to the kwargs deprecations for future 3.0 compatibility:
./builds/gitlab-org/build/omnibus-gitlab-mirror/gems/ruby/2.7.0/gems/json_pure-1.8.1/lib/json/common.rb:155: warning: Using the last argument as keyword parameters is deprecated
I remember from a discussion in the past that package_cloud gem was still support ruby 1.8 (which I think is why you are locked to this version). Is this still the case? Do you have any intention or are open to a MR that updates some dependencies for newer ruby's compatibility?
One of the transient dependencies from
packagecloud-ruby
gem is json_pure, and it is locked to a very old version:1.8.1
. Running pacakge_cloud in ruby 2.7 is throwing warnings due to thekwargs
deprecations for future 3.0 compatibility:I remember from a discussion in the past that
package_cloud
gem was still support ruby 1.8 (which I think is why you are locked to this version). Is this still the case? Do you have any intention or are open to a MR that updates some dependencies for newer ruby's compatibility?GitLab issue: https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/5807
The text was updated successfully, but these errors were encountered: