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 964e57b + b8a00a5 commit fde821aCopy full SHA for fde821a
lib/prism/translation/ruby_parser.rb
@@ -4,7 +4,7 @@
4
begin
5
require "sexp"
6
rescue LoadError
7
- warn(%q{Error: Unable to load sexp. Add `gem "sexp"` to your Gemfile.})
+ warn(%q{Error: Unable to load sexp. Add `gem "sexp_processor"` to your Gemfile.})
8
exit(1)
9
end
10
0 commit comments