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

Add 'fiddle' gem as a runtime dependency #852

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 6, 2024

  1. Add 'fiddle' gem as a runtime dependency

    Fixes deivid-rodriguez#851
    
    The following warning is printed to stderr when using byebug on Ruby
    3.3.5:
    
    > /home/david/.rbenv/versions/3.3.5/lib/ruby/3.3.0/reline.rb:9: warning:
    > fiddle was loaded from the standard library, but will no longer be
    > part of the default gems starting from Ruby 3.5.0.
    >
    > You can add fiddle to your Gemfile or gemspec to silence this warning.
    
    This change aims to cause that warning no longer to appear, by
    implementing one of the suggestions in the warning message, i.e. by
    adding the `fiddle` gem to byebug's gemspec as a runtime dependency.
    davidrunger committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    731e9dc View commit details
    Browse the repository at this point in the history