qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [qemu-web PATCH] require older version of public_suffix
@ 2017-12-05 18:31 Paolo Bonzini
  0 siblings, 0 replies; only message in thread
From: Paolo Bonzini @ 2017-12-05 18:31 UTC (permalink / raw)
  To: qemu-devel

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-05 18:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-05 18:31 [Qemu-devel] [qemu-web PATCH] require older version of public_suffix Paolo Bonzini

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).