This is an automated email from the ASF dual-hosted git repository.
eskabetxe pushed a commit to branch asf_testing
in repository https://gitbox.apache.org/repos/asf/bahir-website.git
The following commit(s) were added to refs/heads/asf_testing by this push:
new 9ff3b0c Add jekyll config to .asf.yaml
9ff3b0c is described below
commit 9ff3b0c6deeb7bc14c452331cb48484ed2752e42
Author: Joao Boto <[email protected]>
AuthorDate: Tue Dec 7 10:06:07 2021 +0100
Add jekyll config to .asf.yaml
---
site/Gemfile | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/site/Gemfile b/site/Gemfile
index 0cf308f..a1e2d5b 100644
--- a/site/Gemfile
+++ b/site/Gemfile
@@ -15,7 +15,9 @@
#
source 'https://rubygems.org'
-gem 'jekyll', '2.4.0'
+ruby ">= 2.5"
+
+gem 'jekyll', '~> 3.9'
gem 'github-pages'
gem 'rouge'