-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
My current problem is that running any gem command results in warnings about Gem::Specification#rubyforge_project= for _every gem you have installed that uses rubyforge_project = ... in their gemspec.
Unfortunately, two such gems are on my system because I use Vagrant for some things (erubis and a 3+ year old version of childprocess).
This issue is related to:
- Network problems
- Installing a library
- Publishing a library
- The command line
gem - Other
Here are my current environment details, which conveniently demonstrates the problem:
$ gem env version
NOTE: Gem::Specification#rubyforge_project= is deprecated with no replacement. It will be removed on or after 2019-12-01.
Gem::Specification#rubyforge_project= called from /usr/share/gems/specifications/childprocess-0.5.9.gemspec:16.
NOTE: Gem::Specification#rubyforge_project= is deprecated with no replacement. It will be removed on or after 2019-12-01.
Gem::Specification#rubyforge_project= called from /usr/share/gems/specifications/erubis-2.7.0.gemspec:17.
3.1.0.pre2
I will abide by the code of conduct.
Coeur, kevindelord, yshmarov, dentarg, lulalala and 1 more