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 can remedy the situation temporarily (until the fix is out) by requiring 'pathname' before requiring gooddata so at the beginning of your script you should have something like
With the latest version of the GoodData gem, simply doing
fails with the following error:
To fix this, one has to
require 'pathname'
before loading the GoodData gem.The text was updated successfully, but these errors were encountered: