X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 To: "cygwin AT cygwin DOT com" Subject: Re: Bug: No json support anymore in Ruby 2.3.6 Date: Tue, 20 Nov 2018 13:13:00 +0000 Message-ID: References: <1542703281 DOT 966819 DOT 1582906744 DOT 4CEC6D48 AT webmail DOT messagingengine DOT 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 AT cornell DOT edu; received-spf: None (protection.outlook.com: cornell.edu does not designate permitted sender hosts) Content-Type: text/plain; charset="utf-8" Content-ID: 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 `
' 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