Skip to content

Commit c3a31b8

Browse files
committed
Avoid prism-1.8.0 used in test, use latest version on github
1 parent 22a2e88 commit c3a31b8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ if ENV['PRISM_VERSION'] == 'latest'
2828
gem "prism", github: "ruby/prism"
2929
elsif ENV['PRISM_VERSION']
3030
gem "prism", ENV['PRISM_VERSION']
31+
else
32+
gem "prism", "!= 1.8.0"
3133
end
3234

3335
if RUBY_VERSION >= "3.0.0" && !is_truffleruby

0 commit comments

Comments
 (0)