Skip to content

Commit a0f63f7

Browse files
committed
Fix deprecation warning at bundler v4
1 parent b754543 commit a0f63f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: |
3535
set -xe
3636
bundle config path vendor/bundle
37-
bundle update --jobs $(nproc) --retry 3
37+
bundle update --all --jobs $(nproc) --retry 3
3838
3939
- run: sudo apt-get update
4040
- run: sudo apt-get install -y universal-ctags
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
set -xe
6767
bundle config path vendor/bundle
68-
bundle update --jobs $(nproc) --retry 3
68+
bundle update --all --jobs $(nproc) --retry 3
6969
7070
- run: bundle exec rake rubocop
7171

@@ -92,7 +92,7 @@ jobs:
9292
run: |
9393
set -xe
9494
bundle config path vendor/bundle
95-
bundle update --jobs $(nproc) --retry 3
95+
bundle update --all --jobs $(nproc) --retry 3
9696
9797
- run: bundle exec rake rbs:install
9898
- run: bundle exec rake rbs

0 commit comments

Comments
 (0)