Skip to content

Commit fde821a

Browse files
authored
Merge pull request #3811 from Earlopain/followup-3800
Fix `sexp_processor` gem reference
2 parents 964e57b + b8a00a5 commit fde821a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/prism/translation/ruby_parser.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
begin
55
require "sexp"
66
rescue LoadError
7-
warn(%q{Error: Unable to load sexp. Add `gem "sexp"` to your Gemfile.})
7+
warn(%q{Error: Unable to load sexp. Add `gem "sexp_processor"` to your Gemfile.})
88
exit(1)
99
end
1010

0 commit comments

Comments
 (0)