You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by "kou (via GitHub)" <gi...@apache.org> on 2024/01/05 12:29:06 UTC

Re: [PR] [Website]: Update instructions with workaround for new ruby [arrow-site]

kou commented on PR #448:
URL: https://github.com/apache/arrow-site/pull/448#issuecomment-1878591082

   How about using the latest Jekyll instead?
   
   ```diff
   diff --git a/Gemfile b/Gemfile
   index cbffec8afe2..782ce6a652b 100644
   --- a/Gemfile
   +++ b/Gemfile
   @@ -18,7 +18,7 @@
    source "https://rubygems.org"
    ruby RUBY_VERSION
    
   -gem "jekyll", "4.2.0"
   +gem "jekyll", "4.3.3"
    gem "rake"
    gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
    gem "webrick"
   ```
   
   I already fixed this https://github.com/jekyll/jekyll/pull/9392 :-) and new version that includes this fix was released recently.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org