Skip to content

Drag InsecureRandom into 2024 #8

Drag InsecureRandom into 2024

Drag InsecureRandom into 2024 #8

Workflow file for this run

name: RSpec
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby-version:
- '2.5'
- '2.6'
- '2.7'
- '3.0'
- head
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Install dependencies
run: bundle install
- name: Run specs
run: bundle exec rspec