All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [qemu-web PATCH] lock more dependencies for RHEL7
@ 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

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

^ 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] lock more dependencies for RHEL7 Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.