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
I encountered an error today when Gem.available? was hit in rake/task.rb within the definition of gem_available_old_rubygems? . The failure occurred because Gem.available? has been deprecated.
With regard to changing code so that it no longer relies on Gem.available? the following discussion was the most valuable I found: rubygems/rubygems#176
(I did not do much searching for other discussions.)
The text was updated successfully, but these errors were encountered:
I encountered an error today when Gem.available? was hit in rake/task.rb within the definition of gem_available_old_rubygems? . The failure occurred because Gem.available? has been deprecated.
With regard to changing code so that it no longer relies on Gem.available? the following discussion was the most valuable I found:
rubygems/rubygems#176
(I did not do much searching for other discussions.)
The text was updated successfully, but these errors were encountered: