Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 24f6e5a

Browse files
committed
limit json version on lower rubies
1 parent 4e616cc commit 24f6e5a

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
@@ -27,7 +27,7 @@ group :documentation do
2727
end
2828

2929
platforms :ruby_18, :jruby do
30-
gem 'json'
30+
gem 'json', '< 2.0.0'
3131
end
3232

3333
platforms :jruby do

0 commit comments

Comments
 (0)