mirror of
https://github.com/beefproject/beef
synced 2026-06-08 13:15:56 +00:00
Disable bundler-cache and use bundle outdated --local to avoid native gem build
This commit is contained in:
@@ -24,7 +24,7 @@ jobs:
|
||||
- name: Setup Ruby
|
||||
uses: ruby/setup-ruby@d5f787ce339eb0767271bc01d922e85644c2c8ab # v1.280.0
|
||||
with:
|
||||
bundler-cache: true
|
||||
bundler-cache: false
|
||||
|
||||
- name: Audit Ruby Gems (Vulnerabilities)
|
||||
run: |
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
- name: Check Ruby Gems Currency
|
||||
run: |
|
||||
bundle config set --local deployment false
|
||||
bundle outdated > outdated_gems.log 2>&1 || true
|
||||
bundle outdated --local > outdated_gems.log 2>&1 || true
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
|
||||
|
||||
Reference in New Issue
Block a user