gem: add Ruby 3.0 support

This commit is contained in:
cn 2020-12-25 16:42:53 +01:00
parent e29b451de4
commit caa74f637c
2 changed files with 7 additions and 0 deletions

View File

@ -19,6 +19,7 @@ jobs:
- '2.5'
- '2.6'
- '2.7'
- '3.0'
steps:
- uses: actions/checkout@v2
- name: Set up Ruby ${{ matrix.ruby-version }}

View File

@ -1,5 +1,11 @@
# Changelog
## 3.2.0
IMPROVEMENTS:
- Add Ruby 3.0 support
## 3.1.3 (December 20, 2020)
OTHER: