Skip to content

Commit 6020cc2

Browse files
committed
temporary! Cap json dependency due to missing json:2.3.0-java
1 parent 311a1a8 commit 6020cc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ else
4343
end
4444

4545
if RUBY_VERSION >= '2.4.0'
46-
gem 'json', '>= 2.0.2'
46+
gem 'json', '>= 2.0.2', '< 2.3.0'
4747
end
4848

4949
gem 'ffi', '~> 1.9.25'

0 commit comments

Comments
 (0)