Running Jekyll local server with Ruby 2.7.0 gives warnings as below,

/home/username/.rvm/gems/ruby-2.7.0/gems/jekyll-3.6.3/lib/jekyll/tags/include.rb:193: warning: Using the last argument as keyword parameters is deprecated

To suppress warnings , see comment here at Github Jekyll issue page, https://github.com/jekyll/jekyll/issues/7947#issuecomment-587935866

References:

  • https://github.com/jekyll/jekyll/issues/7947