From ad3e3bd65a69c05035289b0dbf04394a8238fbfb Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 15 Dec 2020 19:54:58 +0900 Subject: [PATCH] Bump version to json-2.4.0 --- ext/json/json.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/json/json.gemspec b/ext/json/json.gemspec index 620955b279..11b2825d60 100644 --- a/ext/json/json.gemspec +++ b/ext/json/json.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = "json" - s.version = "2.3.1" + s.version = "2.4.0" s.summary = "JSON Implementation for Ruby" s.description = "This is a JSON implementation as a Ruby extension in C."