Bump Ruby version to 3.0.3 (#2523)

* Bump Ruby version to 3.0.3

* Add net-smtp to Gemfile to support Ruby 3.0 < 3.1

* Update Gemfile.lock
This commit is contained in:
bcoles
2022-08-01 16:08:26 +10:00
committed by GitHub
parent 77983167db
commit 8d98a8e205
5 changed files with 20 additions and 8 deletions

View File

@@ -42,7 +42,7 @@ jobs:
- name: 'Setting up Ruby'
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7.4 # Not needed with a .ruby-version file
ruby-version: 3.0.3 # Not needed with a .ruby-version file
- name: 'Build and run tests'
run: |