Skip to content

Bump rack from 3.1.9 to 3.1.10 #34

Bump rack from 3.1.9 to 3.1.10

Bump rack from 3.1.9 to 3.1.10 #34

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.4.1
- name: Install packages
run: sudo apt-get install libsqlite3-dev
- name: Install bundler
run: gem install bundler
- name: Install dependencies
run: bundle install
- name: Test
run: bundle exec rspec