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 Feb 12, 2021. It is now read-only.
/Users/pivotal/workspace/pivotal_ide_prefs/cli/lib/cli/configuration/repo_configuration.rb:4:in `initialize': wrong number of arguments (given 1, expected 0) (ArgumentError)
from ./bin/ide_prefs:56:in `new'
from ./bin/ide_prefs:56:in `<main>'
/Users/pivotal/workspace/pivotal_ide_prefs/ide_prefs/lib/ide_prefs/commands/install_prefs.rb:4:in `initialize': wrong number of arguments (given 1, expected 0) (ArgumentError)
from ./bin/ide_prefs:67:in `new'
from ./bin/ide_prefs:67:in `<main>'
As the docs recommended, prefacing with double splat seems to fix things. I can't yet open a PR (waiting on maintainer access), but hopefully this helps unblock folks in the meantime.
Ruby 3 sunsetted using the last argument as keyword parameters which breaks our ide_prefs script (specifically, lines 56 and 67)
As the docs recommended, prefacing with double splat seems to fix things. I can't yet open a PR (waiting on maintainer access), but hopefully this helps unblock folks in the meantime.
and
The text was updated successfully, but these errors were encountered: