Skip to content

Update all Bundler dependencies (2024-10-21) #241

Update all Bundler dependencies (2024-10-21)

Update all Bundler dependencies (2024-10-21) #241

Workflow file for this run

name: Ruby
on:
push:
branches:
- main
pull_request:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- 3.0.3
- 3.1.0
- 3.2.2
- 3.3.2
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@master
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake