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 c1113e5 [BAHIR-289] Add jekyll config to .asf.yaml
c1113e5 is described below
commit c1113e5e4c967572c8de7ac9b03376d4920555bc
Author: Joao Boto <[email protected]>
AuthorDate: Tue Dec 7 09:56:14 2021 +0100
[BAHIR-289] Add jekyll config to .asf.yaml
---
site/Gemfile | 3 +++
1 file changed, 3 insertions(+)
diff --git a/site/Gemfile b/site/Gemfile
index c13c470..f9da44e 100644
--- a/site/Gemfile
+++ b/site/Gemfile
@@ -14,6 +14,9 @@
# limitations under the License.
#
source 'https://rubygems.org'
+
+gem 'jekyll', '3.9.0'
+
gem 'github-pages'
gem 'rouge'
gem 'jekyll-oembed', :require => 'jekyll_oembed'