Skip to content

Commit cd223db

Browse files
committed
Use BUNDLE_ONLY: rubocop suported since Bundler 2.3.19
Bundler 2.3.19 can install gems of the specific group now. Refer to https://github.com/rubygems/rubygems/blob/master/bundler/CHANGELOG.md#2319-july-27-2022 rubygems/rubygems#5759 rails#38836
1 parent 15576dd commit cd223db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
env:
12-
BUNDLE_WITHOUT: default doc job cable storage ujs test db
12+
BUNDLE_ONLY: rubocop
1313

1414
steps:
1515
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)