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

Drop IRB's patch #2104

Merged
merged 2 commits into from
Sep 10, 2023
Merged

Drop IRB's patch #2104

merged 2 commits into from
Sep 10, 2023

Conversation

st0012
Copy link
Collaborator

@st0012 st0012 commented Sep 8, 2023

I've fixed the issue in ruby/irb#704 and released it in v1.8.1, so this patch is no longer needed 😄

#skip-changelog

@st0012 st0012 self-assigned this Sep 8, 2023
@st0012
Copy link
Collaborator Author

st0012 commented Sep 8, 2023

@sl0thentr0py Thanks for the workaround btw. I didn't notice the issue until I saw your patch & another issue report about it.

@codecov
Copy link

codecov bot commented Sep 8, 2023

Codecov Report

Patch has no changes to coverable lines.

📢 Thoughts on this report? Let us know!.

@@ -24,6 +24,7 @@ if rails_version > Gem::Version.new("7.0.0")
gem "rails", github: "rails/rails"
else
gem "rails", "~> #{rails_version}"
gem "psych", "~> 3.0.0"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because Rails 6 doesn't require psych's version, it could still be bumped to a incompatible version. So we need to lock it here.

@st0012 st0012 marked this pull request as ready for review September 9, 2023 10:52
@st0012 st0012 merged commit 65c209a into master Sep 10, 2023
98 of 99 checks passed
@st0012 st0012 deleted the revert-irb-patch branch September 10, 2023 13:44
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.

2 participants