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
Solution:
Upon investigation, it appears that the pgxn_utils package is still using the deprecated --no-rdoc and --no-ri options, which were removed from RubyGems 5 years ago in favor of the --no-document option.
Considering that these options were deprecated 12 years ago and removed 5 years ago, the usage of pgxn_utils is currently incompatible with newer versions of Ruby and RubyGems.
I would like to propose addressing this issue by updating the pgxn_utils package to use the current documentation options provided by RubyGems. This will ensure compatibility with the latest versions of Ruby and prevent installation failures.
Updating the package to use the --no-document option instead of the deprecated --no-rdoc and --no-ri options. This will allow users to successfully install pgxn_utils with the latest versions of RubyGems. I believe addressing this compatibility issue will greatly benefit users who wish to install and utilize the pgxn_utils package with the latest Ruby and RubyGems versions.
While running the command
pgxn install pgxn_utils
Getting the error:
How to solve this?
The text was updated successfully, but these errors were encountered: