Skip to content

Commit bac9d62

Browse files
authored
Add support for Rails 8 (#1403)
* Add support for Rails 8
1 parent a8a21f1 commit bac9d62

40 files changed

+987
-546
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
ruby-version: ['3.3']
14+
ruby-version: ['3.4']
1515

1616
services:
1717
postgres:
@@ -29,7 +29,7 @@ jobs:
2929
--health-retries 5
3030
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v4
3333

3434
- name: Install libvips
3535
run: sudo apt-get install -y libvips

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Spina CMS Changelog
22

3+
## 2.20
4+
5+
### Unreleased
6+
* Added support for Rails 8
7+
* Added support for Propshaft
8+
* Added support for Youtube Shorts in Youtube Embeds
9+
* Fixed translations
10+
* Updated gem dependencies
11+
12+
(remember to run `bin/rails spina:install:migrations`)
13+
314
## 2.19
415

516
### 2.19.0 (March 1st, 2025)

0 commit comments

Comments
 (0)