Skip to content

Bump activesupport from 8.1.2 to 8.1.2.1 #120

Bump activesupport from 8.1.2 to 8.1.2.1

Bump activesupport from 8.1.2 to 8.1.2.1 #120

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
RSpec:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: browser-actions/setup-firefox@v1
with:
firefox-version: '143.0.3'
- uses: browser-actions/setup-geckodriver@latest
with:
geckodriver-version: "0.36.0"
- uses: supercharge/mongodb-github-action@v1
with:
mongodb-version: "8.0"
- uses: ruby/setup-ruby@v1
with:
ruby-version: "4.0.2"
bundler-cache: true
- uses: GabrielBB/xvfb-action@v1
with:
run: |
bundle exec rake spec