Skip to content

Bump dotenv-rails from 3.1.1 to 3.1.2 #52

Bump dotenv-rails from 3.1.1 to 3.1.2

Bump dotenv-rails from 3.1.1 to 3.1.2 #52

Workflow file for this run

name: Verify
on: pull_request
jobs:
verify:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2.2
- name: Install dependencies
run: |
sudo apt-get -yqq install libpq-dev
gem install bundler --version=2.4.21
bundle install
- name: Run Standard
run: bundle exec standardrb
- name: Run Bundler Audit
run: bundle exec bundler-audit --update