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] lock more dependencies for RHEL7
Date: Tue,  5 Dec 2017 19:31:15 +0100	[thread overview]
Message-ID: <20171205183115.3792-1-pbonzini@redhat.com> (raw)

This is required to work with Ruby 2.0; jekyll-watch 1.5.1 was
released on Dec 2 and requires Ruby 2.2.

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

diff --git a/Gemfile b/Gemfile
index 933b92b..b01dff9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -26,5 +26,8 @@ end
 
 # for RHEL7
 gem 'public_suffix', "< 3.0"
+gem 'jekyll-watch', '= 1.5.0'
+gem 'listen', '< 3.1'
+gem 'ruby_dep', '< 1.4'
 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=20171205183115.3792-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).