How do I debug why a gem install fails?
问题 I'm trying to install geoutm using gem install geoutm . The Github repository doesn't have an issues page, so I'm trying to fix the issue myself then submit a pull request. This is the issue: $ gem install geoutm Fetching: geoutm-1.0.1.gem (100%) Successfully installed geoutm-1.0.1 ERROR: While executing gem ... (TypeError) no implicit conversion of Array into String It says "successfully installed", but trying to require the gem fails. Verbose install isn't much more useful: $ gem install