We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a2e88 commit c3a31b8Copy full SHA for c3a31b8
1 file changed
Gemfile
@@ -28,6 +28,8 @@ if ENV['PRISM_VERSION'] == 'latest'
28
gem "prism", github: "ruby/prism"
29
elsif ENV['PRISM_VERSION']
30
gem "prism", ENV['PRISM_VERSION']
31
+else
32
+ gem "prism", "!= 1.8.0"
33
end
34
35
if RUBY_VERSION >= "3.0.0" && !is_truffleruby
0 commit comments