X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:references
	:in-reply-to:content-type:content-id:content-transfer-encoding
	:mime-version; q=dns; s=default; b=waYLyMxzEeYhlTT92s/m2qKNtljyd
	aPsLi47iReOOH2v+DEIJ0ePEUy3NkpIZ2PdbiPiqIruFR0leIZWVVxfqu13YevaQ
	elnBNvZl3iRO7/inzNiYjyO0dNBMxqozpC1MRzb+Jblur4incMencHEqQmYDenaT
	V6qqr/3Thgi2N0=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:from:to:subject:date:message-id:references
	:in-reply-to:content-type:content-id:content-transfer-encoding
	:mime-version; s=default; bh=3AruOWcErirYXhdfW5Kx4Fz3C1I=; b=b6/
	fAvBKCH/nfMxMo+/seha1BEj0RZLgWs4qSAZHysgm18lMlXgEofsZ0mSqHdLKyxi
	jlCJY9gT6o9DQRfv/vC+KCCypJn/w9Ftr4cvQFkPoZvPpnnqwwRUPSlb+i23x3dl
	p0ORS4zZWeHxcNK9ITENS7L5j2ZOMzDdfnOOl0aM=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,KAM_NUMSUBJECT,MIME_BASE64_BLANKS,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 spammy=Ronald
X-HELO: NAM05-DM3-obe.outbound.protection.outlook.com
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cornell.edu; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=jUGjOwgtDHXXhYtg9PV0PJMl+v2OXw9rd5eM6Laiqok=; b=P4Eh66RSZpx2govWt/Rnv5uR5dtuw5oiHqQd066w/71hOgdr/Ak6L4FgFAF+8RgOeKBKAEeOLKh+xak4gz2dy9uKkya85BBssJrXnOj/9zY5jN+qn3nwMMSDE0ECzPCADNT1g765Egq2hUDgLNtmzh8U9fjSyZHJdu8plD9SjPE=
From: Ken Brown <kbrown@cornell.edu>
To: "cygwin@cygwin.com" <cygwin@cygwin.com>
Subject: Re: Bug: No json support anymore in Ruby 2.3.6
Date: Tue, 20 Nov 2018 13:13:00 +0000
Message-ID: <f20f4cee-18cc-2e55-465a-31f547cfcbae@cornell.edu>
References: <1542703281.966819.1582906744.4CEC6D48@webmail.messagingengine.com>
In-Reply-To: <1542703281.966819.1582906744.4CEC6D48@webmail.messagingengine.com>
user-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.3.1
authentication-results: spf=none (sender IP is ) smtp.mailfrom=kbrown@cornell.edu;
received-spf: None (protection.outlook.com: cornell.edu does not designate permitted sender hosts)
Content-Type: text/plain; charset="utf-8"
Content-ID: <DE10F45FCE5F1D42B6DDB68611A81827@namprd04.prod.outlook.com>
MIME-Version: 1.0
X-IsSubscribed: yes
Content-Transfer-Encoding: 8bit
X-MIME-Autoconverted: from base64 to 8bit by delorie.com id wAKDDEFV029365

On 11/20/2018 3:41 AM, Ronald Fischer wrote:
> Since I updated Ruby to 2.3.6, the standard library json is missing:
> 
>   ruby -e 'require "json"'
> /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:55:in `require': cannot load such file -- json (LoadError)
>          from /usr/share/rubygems/rubygems/core_ext/kernel_require.rb:55:in `require'
>          from -e:1:in `<main>'

Install the ruby-json package.

Ken

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


