Skip to content

Commit 485d395

Browse files
Install removable_authorizations module
1 parent 3ebf4cc commit 485d395

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ gem "decidim-templates", DECIDIM_VERSION
1919
gem "decidim-homepage_proposals", git: "https://github.com/PopulateTools/decidim-module_homepage_proposals.git", branch: "release/0.29-stable"
2020
gem "decidim-term_customizer", git: "https://github.com/PopulateTools/decidim-module-term_customizer", branch: "upgrade_0.29"
2121

22+
gem "decidim-removable_authorizations", git: "https://github.com/PopulateTools/decidim-module-removable_authorizations.git", branch: "main"
2223
# Compatibility with decidim initiatives module
2324
gem "bootsnap"
2425
gem "deface"

Gemfile.lock

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ GIT
1010
deface (>= 1.5)
1111
sassc (~> 2.3)
1212

13+
GIT
14+
remote: https://github.com/PopulateTools/decidim-module-removable_authorizations.git
15+
revision: ad1d2440f5140240409d600da1e0d571e92c95e8
16+
branch: main
17+
specs:
18+
decidim-removable_authorizations (0.29.0)
19+
decidim-core (~> 0.29.0)
20+
1321
GIT
1422
remote: https://github.com/PopulateTools/decidim-module-term_customizer
1523
revision: b0b6d191db21134a1c3634a72ff33441fbfddd01
@@ -947,6 +955,7 @@ DEPENDENCIES
947955
decidim-homepage_proposals!
948956
decidim-initiatives!
949957
decidim-ldap!
958+
decidim-removable_authorizations!
950959
decidim-templates!
951960
decidim-term_customizer!
952961
deface

0 commit comments

Comments
 (0)