diff options
author | Lin Jen-Shin <jen-shin@gitlab.com> | 2022-01-15 00:44:44 +0800 |
---|---|---|
committer | Ash McKenzie <amckenzie@gitlab.com> | 2022-01-17 01:13:16 +0000 |
commit | e8177c2bff696f53dd0a2944faff7d0431ba5c3a (patch) | |
tree | 1f794077b0240b775c74dc65a75844b2085ab5db | |
parent | 7c03c6e65d8b090f0370d7b90f3cbd4a117e3351 (diff) | |
download | gitlab-shell-update-bundler.tar.gz |
Update bundler to 2.3.5update-bundler
-rw-r--r-- | .gitlab-ci.yml | 2 | ||||
-rw-r--r-- | Gemfile.lock | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1af527..216be8f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -37,7 +37,7 @@ default: - apt-get update -qq && apt-get install -y ruby ruby-dev - ruby -v - export PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin - - gem install --force --bindir /usr/local/bin bundler -v 2.1.4 + - gem install --force --bindir /usr/local/bin bundler -v 2.3.5 - bundle install # Now set up to run the Golang tests - make build diff --git a/Gemfile.lock b/Gemfile.lock index 0a6c2cd..be51e33 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,4 +23,4 @@ DEPENDENCIES rspec (~> 3.8.0) BUNDLED WITH - 2.1.4 + 2.3.5 |