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

jbonofre pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/karaf-site.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 4aa620c  Add webrick gem for jekyll serve
4aa620c is described below

commit 4aa620cd1f2ec8f5eeebd2ff0dbb5dfbeb501288
Author: JB Onofré <[email protected]>
AuthorDate: Sun Feb 15 07:46:50 2026 +0100

    Add webrick gem for jekyll serve
---
 Gemfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Gemfile b/Gemfile
index 237262c..adcff3a 100644
--- a/Gemfile
+++ b/Gemfile
@@ -29,3 +29,4 @@ end
 # Performance-booster for watching directories on Windows
 gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
 
+gem "webrick"

Reply via email to