Skip to content

Commit 3fee6b7

Browse files
Upgrade Decidim to 0.30.0
1 parent 19c7299 commit 3fee6b7

File tree

7 files changed

+12731
-256
lines changed

7 files changed

+12731
-256
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: 2 additions & 2 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

@@ -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)