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 ee59419 set version
ee59419 is described below
commit ee59419bc4c77ab18c749ded2ebbb96d38293823
Author: Joao Boto <[email protected]>
AuthorDate: Tue Dec 7 10:23:11 2021 +0100
set version
---
site/Gemfile | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/site/Gemfile b/site/Gemfile
index a1e2d5b..abd7389 100644
--- a/site/Gemfile
+++ b/site/Gemfile
@@ -15,10 +15,9 @@
#
source 'https://rubygems.org'
-ruby ">= 2.5"
-
-gem 'jekyll', '~> 3.9'
+ruby "= 2.7.0"
+gem 'jekyll', '= 3.9.0'
gem 'github-pages'
gem 'rouge'
gem 'jekyll-oembed', :require => 'jekyll_oembed'