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
{{ message }}
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
There seems to be a bug with the sauce_whisk gem against Ruby 3.2.2. When I tried it out it crashes like so...
/usr/local/rvm/gems/ruby-3.2.2/gems/sauce_whisk-0.3.2/lib/sauce_whisk.rb:144:in block in load_options_from_yaml': undefined method exists?' for File:Class (NoMethodError)
Unfortunately we do not have resources to update and maintain this repo, and we will likely be archiving it soon. Sorry for the inconvenience involved.
In the meantime you could monkey patch File to have #exists? alias #exist?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There seems to be a bug with the sauce_whisk gem against Ruby 3.2.2. When I tried it out it crashes like so...
/usr/local/rvm/gems/ruby-3.2.2/gems/sauce_whisk-0.3.2/lib/sauce_whisk.rb:144:in
block in load_options_from_yaml': undefined method
exists?' for File:Class (NoMethodError)if File.exists? path
This article suggests it's a problem with backwards compatibility in Ruby 3.2
https://stackoverflow.com/questions/14351272/undefined-method-exists-for-fileclass-nomethoderror
The text was updated successfully, but these errors were encountered: