You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (Jira)" <ji...@apache.org> on 2023/03/01 23:42:00 UTC

[jira] [Created] (THRIFT-5687) Ruby gems deprecation warnings

Jens Geyer created THRIFT-5687:
----------------------------------

             Summary: Ruby gems deprecation warnings
                 Key: THRIFT-5687
                 URL: https://issues.apache.org/jira/browse/THRIFT-5687
             Project: Thrift
          Issue Type: Bug
          Components: Ruby - Library
    Affects Versions: 0.18.1
            Reporter: Jens Geyer


{code}
$ gem build thrift.gemspec 
NOTE: Gem::Specification#has_rdoc= is deprecated with no replacement. It will be removed in Rubygems 4
Gem::Specification#has_rdoc= called from thrift.gemspec:15.
WARNING:  open-ended dependency on bundler (>= 1.11, development) is not recommended
  if bundler is semantically versioned, use:
    add_development_dependency 'bundler', '~> 1.11'
WARNING:  rubyforge_project= is deprecated and ignored. Please remove this from your gemspec to ensure that your gem continues to build in the future.
WARNING:  See https://guides.rubygems.org/specification-reference/ for help
{code}

*Potential impact*: Ruby gems not published on next releases



--
This message was sent by Atlassian Jira
(v8.20.10#820010)