Skip to content

Instantly share code, notes, and snippets.

@troyfontaine
Created March 20, 2018 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save troyfontaine/09496ef10dc110fcc1a5cfea971ef006 to your computer and use it in GitHub Desktop.
Save troyfontaine/09496ef10dc110fcc1a5cfea971ef006 to your computer and use it in GitHub Desktop.
RubyGems Type Error Fix

Based on the work by wjordan in this comment

The solution is to force the update of RubyGems to side step the issue.

gem update --force --system 2.6.11

Then the error does not occur.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment