Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ gem "decidim-decidim_awesome", git: "https://github.com/decidim-ice/decidim-modu
gem "decidim-emitter", git: "https://github.com/OpenSourcePolitics/decidim-module-emitter.git", branch: "bump/0.29"
gem "decidim-extra_user_fields", git: "https://github.com/OpenSourcePolitics/decidim-module-extra_user_fields.git", branch: "bump/0.29"
gem "decidim-guest_meeting_registration", git: "https://github.com/OpenSourcePolitics/guest-meeting-registration.git", branch: "bump/module_to_0.29"
gem "decidim-homepage_proposals", git: "https://github.com/PopulateTools/decidim-module_homepage_proposals.git", branch: "release/0.29-stable"
gem "decidim-survey_multiple_answers", git: "https://github.com/OpenSourcePolitics/decidim-module-survey_multiple_answers.git", branch: "bump/0.29"
gem "decidim-term_customizer", git: "https://github.com/OpenSourcePolitics/decidim-module-term_customizer.git", branch: "backport/fix_database_not_available"

Expand Down
11 changes: 11 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,16 @@ GIT
omniauth (~> 2.1)
omniauth-oauth2 (>= 1.7.2, < 2.0)

GIT
remote: https://github.com/PopulateTools/decidim-module_homepage_proposals.git
revision: efd6d82ec5af2a6b66ee289343f9b73efb8a5827
branch: release/0.29-stable
specs:
decidim-homepage_proposals (3.1.0)
decidim-admin (~> 0.29)
decidim-core (~> 0.29)
deface (>= 1.5)

GIT
remote: https://github.com/decidim-ice/decidim-module-decidim_awesome.git
revision: b4c50032542f7295163645b04f494fd00f8c87bb
Expand Down Expand Up @@ -1119,6 +1129,7 @@ DEPENDENCIES
decidim-emitter!
decidim-extra_user_fields!
decidim-guest_meeting_registration!
decidim-homepage_proposals!
decidim-initiatives!
decidim-survey_multiple_answers!
decidim-templates!
Expand Down
7 changes: 7 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"@decidim/browserslist-config": "file:packages/browserslist-config",
"@decidim/core": "file:packages/core",
"@decidim/webpacker": "file:packages/webpacker",
"@glidejs/glide": "^3.7.1",
"@maptiler/leaflet-maptilersdk": "^4.0.3",
"@tarekraafat/autocomplete.js": "10.2.7",
"axe-core": "^4.10.2",
Expand Down
Loading