summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-12-14 02:53:59 -0500
committerGitHub <noreply@github.com>2019-12-14 02:53:59 -0500
commitfb3c647c5e306c520f87e90ff0ad3d8d80a0123a (patch)
treeb8a8d7d00c232770d95324c1fd22f8bd2cd7a546 /Gemfile
parenta191ac38a1cc1e04a84c23557fc0de4c8b54d3be (diff)
upgrade truffleruby in CI to 19.3.0 (PR #3506)
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 9ce68989..aff1fa51 100644
--- a/Gemfile
+++ b/Gemfile
@@ -25,4 +25,5 @@ end
group :ci do
gem 'simplecov', '~> 0.16.0'
+ gem 'json', '~> 2.2.0' if RUBY_ENGINE == 'truffleruby'
end