Skip to content

Bump net-smtp from 0.4.0.1 to 0.5.1 #157

Bump net-smtp from 0.4.0.1 to 0.5.1

Bump net-smtp from 0.4.0.1 to 0.5.1 #157

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.4.1
- 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