Skip to content

Commit a5de3c3

Browse files
committed
updates bundler
1 parent e21e84c commit a5de3c3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@ jobs:
2929
gems-${{ runner.os }}-${{ matrix.ruby-version }}-
3030
gems-${{ runner.os }}-
3131
32-
# necessary to get ruby 2.3 to work nicely with bundler vendor/bundle cache
33-
# can remove once ruby 2.3 is no longer supported
34-
- run: gem update --system
32+
- name: Update bundler
33+
run: gem install bundler
3534

3635
- run: bundle config set deployment 'true'
3736
- name: bundle install

0 commit comments

Comments
 (0)