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

Update pry dependency to support pry 0.15 #45

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

Conversation

coalest
Copy link

@coalest coalest commented Dec 31, 2024

Description

This PR removes the dependency on pry < 0.15.

Reason for PR:

I get this warning after upgrading to Ruby 3.4.1:

versions/3.4.1/lib/ruby/gems/3.4.0/gems/pry-0.14.2/lib/pry/command_state.rb:3: warning: .rbenv/versions/3.4.1/lib/ruby/3.4.0/ostruct.rb was loaded from the standard library, [250/5650]
o longer be part of the default gems starting from Ruby 3.5.0.
You can add ostruct to your Gemfile or gemspec to silence this warning.
Also please contact the author of pry-0.14.2 to request adding ostruct into its gemspec.
ruby/3.4.1 isn't supported by this pry-doc version

But pry-nav is preventing me from upgrading to pry-0.15 where the issue has been fixed.

@coalest coalest changed the title Upgrade to pry 0.15 Update pry dependency to support pry 0.15 Dec 31, 2024
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 this pull request may close these issues.

1 participant