From: v.ondruch@... Date: 2017-09-06T13:06:38+00:00 Subject: [ruby-core:82677] [Ruby trunk Bug#13853] Backport request r58323 Issue #13853 has been updated by vo.x (Vit Ondruch). The patch is not patching version in json.gemspec, but it should ... ~~~ --- ext/json/json.gemspec +++ ext/json/json.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "json" - s.version = "1.8.3" + s.version = "1.8.3.1" s.summary = "This json is bundled with Ruby" s.executables = [] s.files = ["json.rb", "json/add/bigdecimal.rb", "json/add/complex.rb", "json/add/core.rb", "json/add/date.rb", "json/add/date_time.rb", "json/add/exception.rb", "json/add/ostruct.rb", "json/add/range.rb", "json/add/rational.rb", "json/add/regexp.rb", "json/add/struct.rb", "json/add/symbol.rb", "json/add/time.rb", "json/common.rb", "json/ext.rb", "json/ext/generator.bundle", "json/ext/parser.bundle", "json/generic_object.rb", "json/version.rb"] ~~~ ---------------------------------------- Bug #13853: Backport request r58323 https://bugs.ruby-lang.org/issues/13853#change-66509 * Author: hsbt (Hiroshi SHIBATA) * Status: Closed * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) * Target version: * ruby -v: * Backport: 2.2: REQUIRED, 2.3: REQUIRED, 2.4: DONTNEED ---------------------------------------- I picked commit from json-2.0.4 fixes. Please backport attachment patch to ruby 2.2 and 2.3. ---Files-------------------------------- json-ruby22.patch (2.86 KB) json-ruby23.patch (2.89 KB) -- https://bugs.ruby-lang.org/ Unsubscribe: