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
commit 1942255597eae584df497c98c4658b725135bd47 Author: Joao Boto <[email protected]> AuthorDate: Tue Dec 7 10:06:07 2021 +0100 Add jekyll config to .asf.yaml --- site/Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/site/Gemfile b/site/Gemfile index af2137f..d4101ce 100644 --- a/site/Gemfile +++ b/site/Gemfile @@ -14,6 +14,7 @@ # limitations under the License. # source 'https://rubygems.org' + ruby "2.7.0" gem 'jekyll', '= 3.9.0' #gem 'jekyll', '2.4.0'
