Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: undefined method `named' for #<OptionsParser:0x00007f84742574e8> #754

Closed
loganjhennessy opened this issue Aug 3, 2020 · 1 comment
Labels

Comments

@loganjhennessy
Copy link

When attempting to run a brew bundle dump, I get the following error.

[~]$ brew bundle dump
==> Tapping homebrew/bundle
Cloning into '/usr/local/Homebrew/Library/Taps/homebrew/homebrew-bundle'...
remote: Enumerating objects: 101, done.
remote: Counting objects: 100% (101/101), done.
remote: Compressing objects: 100% (78/78), done.
remote: Total 4969 (delta 37), reused 46 (delta 19), pack-reused 4868
Receiving objects: 100% (4969/4969), 1.11 MiB | 1.85 MiB/s, done.
Resolving deltas: 100% (2884/2884), done.
Tapped 1 command (104 files, 1.5MB).
Error: undefined method `named' for #<OptionParser:0x00007f84742574e8>
Please report this bug:
  https://github.com/Homebrew/homebrew-bundle/issues
/usr/local/Homebrew/Library/Taps/homebrew/homebrew-bundle/cmd/bundle.rb:88:in `bundle'
/usr/local/Homebrew/Library/Homebrew/brew.rb:110:in `<main>'

Reporting the bug as requested by the output. Please let me know if I can provide any other information about my system/configuration that might be helpful.

@colindean
Copy link
Sponsor Member

Thank you for reporting. See for resolution: #751. In short, run brew update before running brew bundle to ensure you have the latest version.

@Homebrew Homebrew locked as resolved and limited conversation to collaborators Dec 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants