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
You are probably debugging via visual studio. This is a normal exception that happens during the loading of ruby gems, and is handled in a block later on. You should be able to continue / run without debugging. The true problem is the visual studio debugger halting on non-user errors.
From @soend on March 19, 2011 12:3
When i add require "rubygems" to my project i get a LoadError:
no such file to load -- etc.so
Copied from original issue: IronLanguages/main#16
The text was updated successfully, but these errors were encountered: