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.
1 parent a697c31 commit 5705efbCopy full SHA for 5705efb
1 file changed
Appraisal.root.gemfile
@@ -14,3 +14,7 @@ source "https://gem.coop"
14
# We do not load the standard Gemfile, as it is tailored for local development.
15
16
gemspec
17
+
18
+if defined?(RUBY_ENGINE) && RUBY_ENGINE == "truffleruby"
19
+ gem "json", "< 2.18"
20
+end
0 commit comments