Skip to content

Bump debug from 1.9.2 to 1.10.0 #122

Bump debug from 1.9.2 to 1.10.0

Bump debug from 1.9.2 to 1.10.0 #122

Workflow file for this run

name: Ruby
on: [push,pull_request]
jobs:
build:
runs-on: ubuntu-latest
env:
BUNDLE_WITH: test
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.0
bundler-cache: false
- name: Run the default task
run: |
gem install bundler -v 2.2.7
bundle config with 'test'
bundle install
bundle exec rake