Skip to content
Snippets Groups Projects
Unverified Commit 8129262f authored by Andrew Evans's avatar Andrew Evans Committed by GitLab
Browse files

Upgrade bundler for the GitLab Backup CLI gem

parent 9a1dee98
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