Skip to content

Commit

Permalink
Bump decidim from 0.26.9 to 0.27.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrlpz committed May 24, 2024
1 parent d08ab6d commit 2bf0fe7
Show file tree
Hide file tree
Showing 198 changed files with 144,765 additions and 8,313 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
pull_request:

env:
RUBY_VERSION: 2.7.5
NODE_VERSION: 16.9.1

RUBY_VERSION: 3.0.6
NODE_VERSION: 12.9.1
jobs:
lint:
name: Lint code
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
pull_request:

env:
RUBY_VERSION: 2.7.5
NODE_VERSION: 16.9.1

RUBY_VERSION: 3.0.6
NODE_VERSION: 12.9.1
jobs:
test:
name: Test
Expand Down
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,14 @@ yarn-debug.log*
/public/packs-test

.rubocop-*
/.rubocop.yml
.rubocop-https*

.idea/
public/sw.js
public/sw.js.map
public/sw.js.br
public/sw.js.map.br
public/sw.js.gz
public/sw.js.map.gz

coverage/
1,332 changes: 1,028 additions & 304 deletions .idea/decidim-openheritage.iml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
inherit_from: https://raw.githubusercontent.com/decidim/decidim/release/0.26-stable/.rubocop.yml
inherit_from: https://raw.githubusercontent.com/decidim/decidim/release/0.27-stable/.rubocop.yml

AllCops:
Include:
Expand Down
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.5
3.0.6
18 changes: 9 additions & 9 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ source "https://rubygems.org"

ruby RUBY_VERSION

DECIDIM_VERSION = "~> 0.26.0"
DECIDIM_VERSION = "~> 0.27.5"

gem "decidim", DECIDIM_VERSION
gem "decidim-conferences", DECIDIM_VERSION
gem "decidim-consultations", DECIDIM_VERSION
gem "decidim-templates", DECIDIM_VERSION

gem "decidim-alternative_landing", git: "https://github.com/Platoniq/decidim-module-alternative_landing", branch: "release/0.26-stable"
gem "decidim-comparative_stats", git: "https://github.com/Platoniq/decidim-module-comparative_stats", branch: "release/0.26-stable"
gem "decidim-decidim_awesome", "~> 0.9"
gem "decidim-direct_verifications", git: "https://github.com/Platoniq/decidim-verifications-direct_verifications", branch: "release/0.26-stable"
gem "decidim-navigation_maps", git: "https://github.com/Platoniq/decidim-module-navigation_maps", branch: "release/0.26-stable"
gem "decidim-notify", "~> 0.5"
gem "decidim-term_customizer", git: "https://github.com/mainio/decidim-module-term_customizer", branch: "release/0.26-stable"
gem "decidim-time_tracker", git: "https://github.com/Platoniq/decidim-module-time_tracker", branch: "release/0.26-stable"
gem "decidim-alternative_landing", git: "https://github.com/Platoniq/decidim-module-alternative_landing", branch: "release/0.27-stable"
gem "decidim-comparative_stats", git: "https://github.com/Platoniq/decidim-module-comparative_stats"
gem "decidim-decidim_awesome", "~> 0.10.2"
gem "decidim-direct_verifications", git: "https://github.com/Platoniq/decidim-verifications-direct_verifications", branch: "release/0.27-stable"
gem "decidim-navigation_maps", git: "https://github.com/Platoniq/decidim-module-navigation_maps", branch: "release/0.27-stable"
gem "decidim-notify", git: "https://github.com/Platoniq/decidim-module-notify", branch: "main"
gem "decidim-term_customizer", git: "https://github.com/mainio/decidim-module-term_customizer", branch: "release/0.27-stable"
gem "decidim-time_tracker", git: "https://github.com/Platoniq/decidim-module-time_tracker", branch: "main"

gem "bootsnap", "~> 1.4"
gem "health_check"
Expand Down
Loading

0 comments on commit 2bf0fe7

Please sign in to comment.