Skip to content

Commit

Permalink
Add multiple answers module
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagemaru committed Feb 6, 2024
1 parent 8e487e7 commit 1f00cf0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ gem 'decidim-jitsi_meetings', github: 'puzzle/decidim-module-jitsi-meetings', br
gem 'decidim-question_captcha', github: 'OpenSourcePolitics/decidim-module-question_captcha', branch: 'release/0.27-stable'
gem 'decidim-reporting_proposals', github: 'openpoke/decidim-module-reporting-proposals', branch: 'main'
gem 'decidim-participatory_documents', github: 'openpoke/decidim-module-participatory-documents', branch: 'main'
gem 'decidim-survey_multiple_answers', '~> 0.26.2'
gem 'decidim-term_customizer', github: 'mainio/decidim-module-term_customizer', branch: 'master'

gem 'decidim-navigation_maps', github: 'Platoniq/decidim-module-navigation_maps', branch: 'main'
Expand Down
8 changes: 7 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,11 @@ GEM
decidim-comments (= 0.27.4)
decidim-core (= 0.27.4)
decidim-proposals (= 0.27.4)
decidim-survey_multiple_answers (0.26.2)
decidim-admin (>= 0.26.0, < 0.28.0)
decidim-core (>= 0.26.0, < 0.28.0)
decidim-forms (>= 0.26.0, < 0.28.0)
decidim-surveys (>= 0.26.0, < 0.28.0)
decidim-surveys (0.27.4)
decidim-core (= 0.27.4)
decidim-forms (= 0.27.4)
Expand Down Expand Up @@ -995,6 +1000,7 @@ DEPENDENCIES
decidim-proposals (= 0.27.4)
decidim-question_captcha!
decidim-reporting_proposals!
decidim-survey_multiple_answers (~> 0.26.2)
decidim-templates (= 0.27.4)
decidim-term_customizer!
delayed_job_active_record
Expand All @@ -1019,4 +1025,4 @@ RUBY VERSION
ruby 3.0.2p107

BUNDLED WITH
2.4.7
2.4.18

0 comments on commit 1f00cf0

Please sign in to comment.