You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ak...@apache.org on 2023/02/08 23:15:29 UTC

[mahout] branch trunk updated: Adding webrick gem for website build

This is an automated email from the ASF dual-hosted git repository.

akm pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 682e39a2f Adding webrick gem for website build
682e39a2f is described below

commit 682e39a2f88a62d0fc8dee784053531bb077a3ed
Author: Andrew Musselman <am...@speedchain.com>
AuthorDate: Wed Feb 8 15:15:07 2023 -0800

    Adding webrick gem for website build
---
 website/Gemfile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/website/Gemfile b/website/Gemfile
index fe2b31c58..5c2303aa7 100644
--- a/website/Gemfile
+++ b/website/Gemfile
@@ -27,7 +27,8 @@ source "https://rubygems.org"
 #
 # This will help ensure the proper Jekyll version is running.
 # Happy Jekylling!
-gem "jekyll", "3.5.0"
+gem "jekyll"
+gem "webrick"
 
 # If you want to use GitHub Pages, remove the "gem "jekyll"" above and
 # uncomment the line below. To upgrade, run `bundle update github-pages`.
@@ -44,4 +45,4 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
 require 'rbconfig'
    if RbConfig::CONFIG['target_os'] =~ /darwin(1[0-3])/i
    gem 'rb-fsevent', '<= 0.9.4'
-end
\ No newline at end of file
+end