Skip to content

Commit 9d01559

Browse files
committed
ci: drop needless bundler
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent a52147b commit 9d01559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
env:
2929
CI: true
3030
run: |
31-
gem install bundler rake
31+
gem install rake
3232
bundle install --jobs 4 --retry 3
3333
bundle exec rake test

0 commit comments

Comments
 (0)