mirror of
https://github.com/cmur2/dyndnsd.git
synced 2024-12-22 10:54:23 +01:00
gem: add Ruby 3.0 support
This commit is contained in:
parent
e29b451de4
commit
23c09f722c
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -19,6 +19,7 @@ jobs:
|
|||||||
- '2.5'
|
- '2.5'
|
||||||
- '2.6'
|
- '2.6'
|
||||||
- '2.7'
|
- '2.7'
|
||||||
|
- '3.0'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Ruby ${{ matrix.ruby-version }}
|
- name: Set up Ruby ${{ matrix.ruby-version }}
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.2.0
|
||||||
|
|
||||||
|
IMPROVEMENTS:
|
||||||
|
|
||||||
|
- Add Ruby 3.0 support
|
||||||
|
|
||||||
## 3.1.3 (December 20, 2020)
|
## 3.1.3 (December 20, 2020)
|
||||||
|
|
||||||
OTHER:
|
OTHER:
|
||||||
|
Loading…
Reference in New Issue
Block a user