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

getoptlong Usage #28

Closed
gremerritt opened this issue May 17, 2024 · 2 comments · Fixed by #32
Closed

getoptlong Usage #28

gremerritt opened this issue May 17, 2024 · 2 comments · Fixed by #32

Comments

@gremerritt
Copy link

The following warning is raised under Ruby 3.3.1:

/Users/me/.rbenv/versions/3.3.1/lib/ruby/gems/3.3.0/gems/bootsnap-1.18.3/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30: warning: /Users/me/.rbenv/versions/3.3.1/lib/ruby/3.3.0/getoptlong.rb was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.4.0. Add getoptlong to your Gemfile or gemspec. Also contact author of rexical-1.0.7 to add getoptlong into its gemspec.

@tenderlove
Copy link
Member

Hi, thanks for filing this. I don't really use this gem anymore and I'm not very interested in maintaining it. I've opened issue #29 to address that situation.

In the mean time, if you're willing to send a PR that fixes this bug, I'll merge it.

flavorjones added a commit that referenced this issue May 23, 2024
because it's no longer part of the stdlib in ruby 3.4

Closes #28
flavorjones added a commit that referenced this issue May 23, 2024
because it's no longer part of the stdlib in ruby 3.4

Closes #28
flavorjones added a commit that referenced this issue May 23, 2024
because it's no longer part of the stdlib in ruby 3.4

Closes #28
flavorjones added a commit that referenced this issue May 23, 2024
because it's no longer part of the stdlib in ruby 3.4

Closes #28
flavorjones added a commit that referenced this issue May 23, 2024
because it's no longer part of the stdlib in ruby 3.4

Closes #28
flavorjones added a commit that referenced this issue May 23, 2024
because it's no longer part of the stdlib in ruby 3.4

Closes #28
flavorjones added a commit that referenced this issue May 23, 2024
because it's no longer part of the stdlib in ruby 3.4

Closes #28
flavorjones added a commit that referenced this issue May 23, 2024
because it's no longer part of the stdlib in ruby 3.4

Closes #28
@flavorjones
Copy link
Member

Fixed in v1.0.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants