Skip to content

Commit d837169

Browse files
committed
1 parent ac9fee4 commit d837169

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ default:
3838
- apt-get update -qq && apt-get install -y ruby ruby-dev
3939
- ruby -v
4040
- export PATH=~/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin
41-
- gem install --force --bindir /usr/local/bin bundler -v 1.17.2
41+
- gem install --force --bindir /usr/local/bin bundler -v 2.1.4
4242
- bundle install
4343
# Now set up to run the Golang tests
4444
- make build
@@ -87,4 +87,4 @@ gemnasium-dependency_scanning:
8787
rules: *workflow_rules
8888

8989
bundler-audit-dependency_scanning:
90-
rules: *workflow_rules
90+
rules: *workflow_rules

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ DEPENDENCIES
4141
rubocop (= 0.49.1)
4242

4343
BUNDLED WITH
44-
1.17.2
44+
2.1.4

0 commit comments

Comments
 (0)