fix(ci): install bundler, remove dependabot config

This commit is contained in:
2025-09-23 12:10:41 +03:00
parent 01b9b8272a
commit 1551959957
2 changed files with 3 additions and 34 deletions

View File

@@ -41,7 +41,9 @@ jobs:
run: brew install-bundler-gems
- name: Install project gems
run: bundle install
run: |
gem install bundler
bundle install
- name: Run brew test-bot (cleanup)
run: brew test-bot --only-cleanup-before