Skip to content

Commit c4bb2f0

Browse files
committed
update JSON library
1 parent 5f2bab6 commit c4bb2f0

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
@@ -5,7 +5,7 @@ gem "mime-types", "~> 2.99", :platforms => [:ruby_19, :jruby]
55
gem "rake"
66
gem "addressable", "< 2.5.0", :platforms => [:ruby_19, :jruby]
77
gem "yard"
8-
gem "json", "< 2.0", :platforms => :ruby_19
8+
gem "json", ">= 2.3.0", :platforms => :ruby_19
99
gem "scrub_rb", :platforms => [:ruby_19, :ruby_20, :jruby]
1010

1111
gem "rubocop", "~> 0.64.0", :require => false

0 commit comments

Comments
 (0)