Skip to content

Commit 5705efb

Browse files
committed
Cap root json for TruffleRuby CI
1 parent a697c31 commit 5705efb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Appraisal.root.gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ source "https://gem.coop"
1414
# We do not load the standard Gemfile, as it is tailored for local development.
1515

1616
gemspec
17+
18+
if defined?(RUBY_ENGINE) && RUBY_ENGINE == "truffleruby"
19+
gem "json", "< 2.18"
20+
end

0 commit comments

Comments
 (0)