mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-19 01:23:09 +00:00
Add latest changes from gitlab-org/gitlab@17-3-stable-ee
This commit is contained in:
@ -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
|
||||
|
@ -186,4 +186,4 @@ DEPENDENCIES
|
||||
rubocop-rails (<= 2.20)
|
||||
|
||||
BUNDLED WITH
|
||||
2.5.7
|
||||
2.5.18
|
||||
|
Reference in New Issue
Block a user