We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 34ceaf3 + 115f0a1 commit 7e53247Copy full SHA for 7e53247
lib/prism/translation/parser_current.rb
@@ -16,7 +16,7 @@ module Translation
16
ParserCurrent = Parser41
17
else
18
# Keep this in sync with released Ruby.
19
- parser = Parser34
+ parser = Parser40
20
major, minor, _patch = Gem::Version.new(RUBY_VERSION).segments
21
warn "warning: `Prism::Translation::Current` is loading #{parser.name}, " \
22
"but you are running #{major}.#{minor}."
0 commit comments