Re: [qemu-web PATCH] Gemfile: Add webrick bundle dependency

2021-09-15 Thread Philippe Mathieu-Daudé
On 9/16/21 6:55 AM, Thomas Huth wrote: > On 16/09/2021 06.24, Philippe Mathieu-Daudé wrote: >> On 9/16/21 12:27 AM, Paolo Bonzini wrote: >>> On 14/09/21 10:21, Daniel P. Berrangé wrote: Yes, this is needed to fix Ruby 3. I didn't propose it myself as I'm not sure if it in turn breaks

Re: [qemu-web PATCH] Gemfile: Add webrick bundle dependency

2021-09-15 Thread Thomas Huth
On 16/09/2021 06.24, Philippe Mathieu-Daudé wrote: On 9/16/21 12:27 AM, Paolo Bonzini wrote: On 14/09/21 10:21, Daniel P. Berrangé wrote: Yes, this is needed to fix Ruby 3. I didn't propose it myself as I'm not sure if it in turn breaks people with Ruby 2.x ? Does it pass the GitLab CI (whic

Re: [qemu-web PATCH] Gemfile: Add webrick bundle dependency

2021-09-15 Thread Philippe Mathieu-Daudé
On 9/16/21 12:27 AM, Paolo Bonzini wrote: > On 14/09/21 10:21, Daniel P. Berrangé wrote: >> Yes, this is needed to fix Ruby 3. >> >> I didn't propose it myself as I'm not sure if it in turn breaks people >> with Ruby 2.x ? > > Does it pass the GitLab CI (which uses 2.5)? Yes: https://gitlab.com/p

Re: [qemu-web PATCH] Gemfile: Add webrick bundle dependency

2021-09-15 Thread Paolo Bonzini
On 14/09/21 10:21, Daniel P. Berrangé wrote: Yes, this is needed to fix Ruby 3. I didn't propose it myself as I'm not sure if it in turn breaks people with Ruby 2.x ? Does it pass the GitLab CI (which uses 2.5)? Paolo

Re: [qemu-web PATCH] Gemfile: Add webrick bundle dependency

2021-09-14 Thread Daniel P . Berrangé
On Tue, Sep 14, 2021 at 07:17:11AM +0200, Thomas Huth wrote: > On 13/09/2021 20.29, Philippe Mathieu-Daudé wrote: > > Without the webrick bundle, jekyll fails to start: > > > >$ bundle exec jekyll serve > >Ignoring ffi-1.11.1 because its extensions are not built. Try: gem > > pristine ffi

Re: [qemu-web PATCH] Gemfile: Add webrick bundle dependency

2021-09-13 Thread Philippe Mathieu-Daudé
On 9/14/21 7:17 AM, Thomas Huth wrote: > On 13/09/2021 20.29, Philippe Mathieu-Daudé wrote: >> Without the webrick bundle, jekyll fails to start: >> >>    $ bundle exec jekyll serve >>    Ignoring ffi-1.11.1 because its extensions are not built. Try: gem >> pristine ffi --version 1.11.1 >>    Confi

Re: [qemu-web PATCH] Gemfile: Add webrick bundle dependency

2021-09-13 Thread Thomas Huth
On 13/09/2021 20.29, Philippe Mathieu-Daudé wrote: Without the webrick bundle, jekyll fails to start: $ bundle exec jekyll serve Ignoring ffi-1.11.1 because its extensions are not built. Try: gem pristine ffi --version 1.11.1 Configuration file: qemu-web/_config.yml Sour

[qemu-web PATCH] Gemfile: Add webrick bundle dependency

2021-09-13 Thread Philippe Mathieu-Daudé
Without the webrick bundle, jekyll fails to start: $ bundle exec jekyll serve Ignoring ffi-1.11.1 because its extensions are not built. Try: gem pristine ffi --version 1.11.1 Configuration file: qemu-web/_config.yml Source: qemu-web Destination: qemu-web/_site Incr