Skip to content

Commit b8a00a5

Browse files
committed
1 parent 964e57b commit b8a00a5

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)