This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch fix/lock-jekyll in repository https://gitbox.apache.org/repos/asf/struts-site.git
commit 6abd22cd469d82c8a4a135cfccab921b71a0092d Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sun Aug 11 10:29:07 2024 +0200 Locks Jekyll version --- Gemfile | 27 ++++++++++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 3eef74c07..00a9c2566 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,26 @@ -source "https://rubygems.org" +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. -gem "ffi", "< 1.17.0" # https://github.com/ffi/ffi/issues/1103#issuecomment-2186974923 -gem "jekyll" +source "https://rubygems.org" +# Hello! This is where you manage which Jekyll version is used to run. +# When you want to use a different version, change it below, save the +# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: +# +# bundle exec jekyll serve +# +# This will help ensure the proper Jekyll version is running. +# Happy Jekylling! +gem "jekyll", "~> 4.2.0" gem "json"