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 was archived by the owner on Sep 29, 2020. It is now read-only.
When using mg with Ruby 1.9.1-p378 (using RVM on OSX), I get LOTS of warnings about gemspecs. Some examples:
WARNING: #<NoMethodError: undefined method `>' for nil:NilClass> (Rake 0.8.7)
WARNING: Invalid .gemspec format in '~/.rvm/gems/ruby-1.9.1-p378@global/specifications/rake-0.8.7.gemspec'
WARNING: #<NoMethodError: undefined method `>' for nil:NilClass> (RDoc 2.5.6)
WARNING: Invalid .gemspec format in '~/.rvm/gems/ruby-1.9.1-p378@global/specifications/rdoc-2.5.6.gemspec'
And so on for update_rubygems, abstract, actionmailer, and just about every other gem on my system.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using mg with Ruby 1.9.1-p378 (using RVM on OSX), I get LOTS of warnings about gemspecs. Some examples:
And so on for
update_rubygems
,abstract
,actionmailer
, and just about every other gem on my system.The text was updated successfully, but these errors were encountered: