Skip to content

update gemfile

update gemfile #42

Workflow file for this run

name: CI
on: [push]
jobs:
ci:
runs-on: ${{ matrix.os }}
env:
CI: external
continue-on-error: true
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
ruby: [2.6, 2.7, '3.0', 3.1]
steps:
# - run: ssh -V
# - run: |
# ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 -P ""
# - run: |
# cat ~/.ssh/id_ed25519.pub >> ~/.ssh/authorized_keys
# - run: |
# ssh-keyscan localhost >> ~/.ssh/known_hosts
# - run: |
# ssh -v localhost w
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
bundler-cache: true
ruby-version: '${{ matrix.ruby }}'
- run: ruby ci.rb