Skip to content

Commit 5fd10b5

Browse files
committed
Tighten TruffleRuby json root cap
1 parent 30355a8 commit 5fd10b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Appraisal.root.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ source "https://gem.coop"
1616
gemspec
1717

1818
if defined?(RUBY_ENGINE) && RUBY_ENGINE == "truffleruby"
19-
gem "json", "< 2.19"
19+
gem "json", "< 2.18"
2020
end

0 commit comments

Comments
 (0)