Skip to content

Add gemfile:update task to bump version in Gemfile #448

Add gemfile:update task to bump version in Gemfile

Add gemfile:update task to bump version in Gemfile #448

Workflow file for this run

name: Bundle audit
on:
push:
branches:
- master
- fluent-package-v5
- fluent-package-v6
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.head_ref || github.sha }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
build:
name: Audit
timeout-minutes: 90
strategy:
fail-fast: false
runs-on: windows-2022
steps:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
- uses: actions/checkout@v4
- name: Build
run: |
gem install bundle-audit
cd fluent-package
bundle-audit check --update