This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/master by this push:
     new f406480a8 Uses Builder 2.3.23 locally to generate a proper lock file
f406480a8 is described below

commit f406480a880bc1ef257a71ec750898584e3540e2
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Wed Oct 12 08:06:10 2022 +0200

    Uses Builder 2.3.23 locally to generate a proper lock file
---
 Gemfile.lock    | 2 +-
 docker-build.sh | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index 31c2f9b4a..f82d005c9 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -66,4 +66,4 @@ DEPENDENCIES
   json
 
 BUNDLED WITH
-   2.3.22
+   2.3.23
diff --git a/docker-build.sh b/docker-build.sh
index 69ea74716..3cf953b65 100755
--- a/docker-build.sh
+++ b/docker-build.sh
@@ -2,4 +2,3 @@
 export JEKYLL_VERSION=4.2.2
 
 docker run --rm -v $PWD:/srv/jekyll -it jekyll/builder:$JEKYLL_VERSION jekyll 
build
-

Reply via email to