qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [qemu-web PATCH] require older version of public_suffix
Date: Tue,  5 Dec 2017 19:31:10 +0100	[thread overview]
Message-ID: <20171205183110.3739-1-pbonzini@redhat.com> (raw)

New versions require Ruby version >= 2.1.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 Gemfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Gemfile b/Gemfile
index 90dc8a9..933b92b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -25,5 +25,6 @@ end
 
 
 # for RHEL7
+gem 'public_suffix', "< 3.0"
 gem 'json'
 gem 'json_pure'
-- 
2.14.3

                 reply	other threads:[~2017-12-05 18:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171205183110.3739-1-pbonzini@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).