summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-15 19:54:58 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-15 19:54:58 +0900
commitad3e3bd65a69c05035289b0dbf04394a8238fbfb (patch)
treeb07677b02f279880423b6c3d499422f549d360d8
parent5463eff5f6236f89c137c562ee271e1c1ff92a89 (diff)
Bump version to json-2.4.0
-rw-r--r--ext/json/json.gemspec2
1 files changed, 1 insertions, 1 deletions
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."