Add latest changes from gitlab-org/gitlab@17-3-stable-ee

This commit is contained in:
GitLab Bot
2024-09-14 01:50:14 +00:00
parent 6312190449
commit 7f2513864b
2 changed files with 2 additions and 1 deletions

View File

@ -47,6 +47,7 @@ default:
before_script:
- cd $[[inputs.gem_path_prefix]]$[[inputs.gem_name]]
- ruby -v # Print out ruby version for debugging
- gem update --system
- bundle_version=$(grep -A 1 "BUNDLED WITH" Gemfile.lock | tail -n 1 | sed -e 's/[[:space:]]//')
- gem install bundler --version "$bundle_version" --no-document # Bundler is not installed with the image
- bundle config # Show bundler configuration

View File

@ -186,4 +186,4 @@ DEPENDENCIES
rubocop-rails (<= 2.20)
BUNDLED WITH
2.5.7
2.5.18