Skip to content

docs: add fast to libraries using prism#4053

Merged
Earlopain merged 1 commit intoruby:mainfrom
jonatas:add-fast-to-libraries
Mar 30, 2026
Merged

docs: add fast to libraries using prism#4053
Earlopain merged 1 commit intoruby:mainfrom
jonatas:add-fast-to-libraries

Conversation

@jonatas
Copy link
Copy Markdown
Contributor

@jonatas jonatas commented Mar 30, 2026

Hi folks, Fast is a Ruby code search and refactoring tool that recently eliminated its Parser dependency in favor of Prism. This PR adds it to the list of libraries in the README. More info: https://github.com/jonatas/fast

@Earlopain
Copy link
Copy Markdown
Collaborator

Very cool @jonatas

I noticed that you don't depend on prism. Your minimum supported ruby version is 2.6 but prism is only available as a default gem since ruby 3.3. There are no errors in CI because rubocop pulls it in for you (I guess)

@Earlopain Earlopain merged commit a7a98a0 into ruby:main Mar 30, 2026
68 checks passed
@jonatas
Copy link
Copy Markdown
Contributor Author

jonatas commented Mar 30, 2026

Thanks for the heads up @Earlopain! I'll be updating the minimal version to 3.3.

@jonatas jonatas deleted the add-fast-to-libraries branch March 30, 2026 12:09
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.

3 participants