Skip to content

Commit 3399ca1

Browse files
Upgrade Decidim to 0.30.0 (Platoniq#59)
* Upgrade Decidim to 0.30.0 * rubocop fixes * Newer postgres version to satisfy pgcrypto error * Update homepage_controller.rb checksum in overrides_spec.rb --------- Co-authored-by: Harrison Hassig <[email protected]>
1 parent 19c7299 commit 3399ca1

File tree

12 files changed

+12738
-263
lines changed

12 files changed

+12738
-263
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
env:
8-
RUBY_VERSION: 3.2.2
8+
RUBY_VERSION: 3.3.4
99
NODE_VERSION: 18.17.1
1010

1111
jobs:

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
env:
8-
RUBY_VERSION: 3.2.2
8+
RUBY_VERSION: 3.3.4
99
DISABLE_SPRING: 1
1010
NODE_VERSION: 18.17.1
1111

@@ -15,7 +15,7 @@ jobs:
1515

1616
services:
1717
postgres:
18-
image: postgres:11
18+
image: postgres:14
1919
ports: ["5432:5432"]
2020
options: >-
2121
--health-cmd pg_isready
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
ruby-version: ${{ env.RUBY_VERSION }}
4141
bundler-cache: true
42-
42+
4343
- run: |
4444
sudo apt install imagemagick
4545

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ source "https://rubygems.org"
44

55
ruby RUBY_VERSION
66

7-
DECIDIM_VERSION = "0.29.1"
7+
DECIDIM_VERSION = "0.30.0"
88

99
gem "decidim", DECIDIM_VERSION
1010
gem "decidim-alternative_landing", path: "."

0 commit comments

Comments
 (0)