1
0
mirror of https://github.com/cmur2/dyndnsd.git synced 2026-01-17 17:11:55 +01:00

gem: support Ruby 4.0

This commit is contained in:
cn
2026-01-17 16:18:05 +01:00
committed by Christian Nicolai
parent 4096a4ee08
commit 8738b8bda5
2 changed files with 7 additions and 1 deletions

View File

@@ -19,9 +19,9 @@ jobs:
matrix:
ruby-version:
- '3.1'
- '3.2'
- '3.3'
- '3.4'
- '4.0'
steps:
- uses: actions/checkout@v6
- name: Set up Ruby ${{ matrix.ruby-version }}

View File

@@ -1,5 +1,11 @@
# Changelog
## 3.13.0
IMPROVEMENTS:
- add Ruby 4.0 support
## 3.12.0 (December 4th, 2025)
IMPROVEMENTS: