Skip to content

Commit

Permalink
temporary! Cap json dependency due to missing json:2.3.0-java
Browse files Browse the repository at this point in the history
  • Loading branch information
pirj committed Dec 11, 2019
1 parent 311a1a8 commit 6020cc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ else
end

if RUBY_VERSION >= '2.4.0'
gem 'json', '>= 2.0.2'
gem 'json', '>= 2.0.2', '< 2.3.0'
end

gem 'ffi', '~> 1.9.25'
Expand Down

0 comments on commit 6020cc2

Please sign in to comment.