Merge json-2.6.3

This commit is contained in:
Hiroshi SHIBATA 2022-12-09 14:18:20 +09:00
parent 7d04cddfef
commit 3b45498d3e
Notes: git 2022-12-09 07:36:46 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
2.6.2
2.6.3

View File

@ -1,7 +1,7 @@
# frozen_string_literal: false
module JSON
# JSON version
VERSION = '2.6.2'
VERSION = '2.6.3'
VERSION_ARRAY = VERSION.split(/\./).map { |x| x.to_i } # :nodoc:
VERSION_MAJOR = VERSION_ARRAY[0] # :nodoc:
VERSION_MINOR = VERSION_ARRAY[1] # :nodoc: