Merge json-2.6.3
This commit is contained in:
parent
7d04cddfef
commit
3b45498d3e
Notes:
git
2022-12-09 07:36:46 +00:00
@ -1 +1 @@
|
||||
2.6.2
|
||||
2.6.3
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user