Skip to content
Snippets Groups Projects
Unverified Commit b56ca9c2 authored by Stan Hu's avatar Stan Hu Committed by GitLab
Browse files

Merge branch 'atevans/backport-gitlab-backup-cli-fix-17-3' into '17-3-stable-ee'

Upgrade bundler for the GitLab Backup CLI gem

See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/166063



Merged-by: default avatarStan Hu <stanhu@gmail.com>
Approved-by: default avatarDrew Blessing <drew@gitlab.com>
Approved-by: default avatarStan Hu <stanhu@gmail.com>
Approved-by: default avatarJennifer Li <jli@gitlab.com>
Co-authored-by: default avatarGabriel Mazetto <gabriel@gitlab.com>
parents 9a1dee98 8129262f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
Loading
Loading
@@ -186,4 +186,4 @@ DEPENDENCIES
rubocop-rails (<= 2.20)
 
BUNDLED WITH
2.5.7
2.5.18
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment