This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch fix/gem in repository https://gitbox.apache.org/repos/asf/struts-site.git
commit 29ad8f52972da2a813abadae03b9385857cafaee Author: Lukasz Lenart <lukaszlen...@apache.org> AuthorDate: Sat Aug 10 07:51:57 2024 +0200 Upgrades gem system --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 1d0201294..e9a9f4041 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,6 +22,7 @@ pipeline { echo Generating a new version of website gem install --install-dir ${GEM_HOME} bundler -v '2.3.23' + gem update --system 3.2.3 bundle config set --local path ${GEM_HOME} bundle install