Skip to content

Commit

Permalink
bump: Survey multiple answers module
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentinchampenois committed Feb 8, 2024
1 parent 7701480 commit cae5015
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ gem "decidim-homepage_interactive_map", git: "https://github.com/OpenSourcePolit
gem "decidim-ludens", git: "https://github.com/OpenSourcePolitics/decidim-ludens.git", branch: DECIDIM_BRANCH
gem "decidim-phone_authorization_handler", git: "https://github.com/OpenSourcePolitics/decidim-module_phone_authorization_handler", branch: DECIDIM_BRANCH
gem "decidim-spam_detection"
gem "decidim-survey_multiple_answers"
gem "decidim-survey_multiple_answers", git: 'https://github.com/OpenSourcePolitics/decidim-module-survey_multiple_answers'
gem "decidim-term_customizer", git: "https://github.com/armandfardeau/decidim-module-term_customizer.git", branch: "fix/precompile-on-docker-0.26"

# Omniauth gems
Expand Down
19 changes: 12 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,16 @@ GIT
rgeo (~> 2.4)
rgeo-proj4 (~> 3.1)

GIT
remote: https://github.com/OpenSourcePolitics/decidim-module-survey_multiple_answers
revision: 65ea83227f99d0f3d6237f98334ecc914a2a5597
specs:
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)

GIT
remote: https://github.com/OpenSourcePolitics/decidim-module_phone_authorization_handler
revision: 488cc8827845ec1c5266aa499df2ebf9b20e02a3
Expand Down Expand Up @@ -411,11 +421,6 @@ GEM
decidim-proposals (= 0.26.7)
decidim-spam_detection (3.1.0)
decidim-core (~> 0.26.0)
decidim-survey_multiple_answers (0.26.1)
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.26.7)
decidim-core (= 0.26.7)
decidim-forms (= 0.26.7)
Expand Down Expand Up @@ -1021,7 +1026,7 @@ DEPENDENCIES
decidim-ludens!
decidim-phone_authorization_handler!
decidim-spam_detection
decidim-survey_multiple_answers
decidim-survey_multiple_answers!
decidim-templates (~> 0.26.0)
decidim-term_customizer!
deepl-rb
Expand Down Expand Up @@ -1057,4 +1062,4 @@ RUBY VERSION
ruby 2.7.5p203

BUNDLED WITH
2.4.9
2.4.22

0 comments on commit cae5015

Please sign in to comment.