Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/prism/translation/parser_current.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module Translation
ParserCurrent = Parser41
else
# Keep this in sync with released Ruby.
parser = Parser34
parser = Parser40
major, minor, _patch = Gem::Version.new(RUBY_VERSION).segments
warn "warning: `Prism::Translation::Current` is loading #{parser.name}, " \
"but you are running #{major}.#{minor}."
Expand Down