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
From my limited understanding, it appears like the pass is trying to guess the module names for a given gem based on the name casing. Below is a cli one liner that can be used instead to exactly know the module names offered by a given gem and its native extension. Replace sqlite3 with the gem name. Ignore any lines in the output that begins with Ignoring
From my limited understanding, it appears like the pass is trying to guess the module names for a given gem based on the name casing. Below is a cli one liner that can be used instead to exactly know the module names offered by a given gem and its native extension. Replace
sqlite3
with the gem name. Ignore any lines in the output that begins withIgnoring
The text was updated successfully, but these errors were encountered: