Skip to content

Commit 2bae47e

Browse files
committed
use vendor/bundle in CI
1 parent c73c1f8 commit 2bae47e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/Specs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- name: Run bundle install
3232
run: |
3333
gem install bundler -v "~> 1.17"
34+
bundle config path vendor/bundle
3435
bundle install --jobs 4 --retry 3 --without debugging documentation
3536
3637
- name: Run Specs + Rubocop

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ coverage/
1313
.idea/
1414
documentation/
1515
.bundle/
16+
vendor/bundle
1617

1718
# trunk source
1819
spec/fixtures/spec-repos/trunk/**/*.etag

.rubocop.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ inherit_from:
77
AllCops:
88
Exclude:
99
- spec/fixtures/**/*
10+
- vendor/bundle/**/*
1011
- lib/cocoapods-core/vendor/**/*
1112

1213
FileName:

0 commit comments

Comments
 (0)