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."