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
Following release of fauxhai-ng version 9.0.0 our CI started to fail when trying to fallback on github fetch!
Here is the error:
NoMethodError: private method `open' called for URI:Module> with backtrace:
# ./bundle/ruby/2.4.0/gems/fauxhai-ng-9.0.0/lib/fauxhai/mocker.rb:50:in `block in data'
I think it is linked to #353 which use a "generic" lazy loading pattern, not working for the open-uri gem which is not declaring any OpenURI module :)
I'm going to submit a PR for that.
The text was updated successfully, but these errors were encountered:
My bad there is an OpenURI module... so the issue is somewhere else.
Maybe our old ruby version is not helping :)
If there is no other occurence of this issue, feel free to close as anyway the "github fetch fallback" won't work due to our use of outdated platform version :)
Following release of fauxhai-ng version
9.0.0
our CI started to fail when trying to fallback on github fetch!Here is the error:
I think it is linked to #353 which use a "generic" lazy loading pattern, not working for the
open-uri
gem which is not declaring any OpenURI module :)I'm going to submit a PR for that.
The text was updated successfully, but these errors were encountered: