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

Use Prism 0.25.0 #285

Merged
merged 3 commits into from
Apr 10, 2024
Merged

Use Prism 0.25.0 #285

merged 3 commits into from
Apr 10, 2024

Conversation

andyw8
Copy link
Contributor

@andyw8 andyw8 commented Apr 10, 2024

No description provided.

@andyw8 andyw8 marked this pull request as ready for review April 10, 2024 17:54
@andyw8 andyw8 requested a review from a team as a code owner April 10, 2024 17:54
@@ -24,6 +24,6 @@ Gem::Specification.new do |spec|
"Rakefile",
]

spec.add_dependency("prism", ">= 0.18.0", "< 0.25")
spec.add_dependency("prism", ">= 0.18.0", "< 0.26")
Copy link
Contributor

Choose a reason for hiding this comment

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

Is there a reason we need an upper limit on the version here? Could we do this dependency upgrade automatically if we didn't have it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think were being cautious while Prism was still undergoing a lot of changes, but perhaps we can relax this now. @Morriar, @vinistock ?

Copy link
Member

Choose a reason for hiding this comment

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

Kevin mentioned there may still be breaking changes shipped in minor versions until Prism achieves 100% compatibility for the Ruby compiler. Let's keep the upper limit.

Copy link
Contributor

Choose a reason for hiding this comment

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

Makes sense, thanks!

@andyw8 andyw8 merged commit 81d9999 into main Apr 10, 2024
10 checks passed
@andyw8 andyw8 deleted the andyw8/use-prism-0.25.0 branch April 10, 2024 19:28
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.

None yet

3 participants