Skip to content

Commit

Permalink
Merge pull request #112 from alecslupu-pfa/fix/homepage-proposals
Browse files Browse the repository at this point in the history
Update homepage propopsals
  • Loading branch information
simonaszilinskas authored Jun 17, 2024
2 parents 8fcbd7a + 17295b1 commit d534f07
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ ruby RUBY_VERSION
gem "decidim", "~> #{DECIDIM_VERSION}.0"
gem "decidim-conferences", "~> #{DECIDIM_VERSION}.0"

# gem "acts_as_textcaptcha", "~> 4.5.1"
gem "acts_as_textcaptcha", "~> 4.5.1"
gem "decidim-budgets_paper_ballots", git: "https://github.com/digidemlab/decidim-module-budgets_paper_ballots", branch: DECIDIM_BRANCH
gem "decidim-decidim_awesome"
gem "decidim-homepage_interactive_map", git: "https://github.com/OpenSourcePolitics/decidim-module-homepage_interactive_map.git", branch: DECIDIM_BRANCH
gem "decidim-homepage_proposals", git: "https://github.com/OpenSourcePolitics/decidim-module_homepage_proposals", branch: "release/0.26-stable"
gem "decidim-homepage_proposals", git: "https://github.com/alecslupu-pfa/decidim-module_homepage_proposals", branch: "fix/scopes-filter"
gem "decidim-phone_authorization_handler", git: "https://github.com/OpenSourcePolitics/decidim-module_phone_authorization_handler", branch: DECIDIM_BRANCH
gem "decidim-slider", git: "https://github.com/alecslupu-pfa/decidim-module-slider", branch: "main"
gem "decidim-spam_detection"
Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ GIT
countries (~> 5.1, >= 5.1.2)
decidim-core (~> 0.26.0)

GIT
remote: https://github.com/OpenSourcePolitics/decidim-module_homepage_proposals
revision: fa3dcfed065aefd00b504ff6efac43dfdf5fb6e4
branch: release/0.26-stable
specs:
decidim-homepage_proposals (1.0.2)
decidim-core (~> 0.26)

GIT
remote: https://github.com/OpenSourcePolitics/decidim-module_phone_authorization_handler
revision: 488cc8827845ec1c5266aa499df2ebf9b20e02a3
Expand All @@ -68,6 +60,14 @@ GIT
decidim-slider (0.0.3)
decidim-core (~> 0.26.0)

GIT
remote: https://github.com/alecslupu-pfa/decidim-module_homepage_proposals
revision: 986382bc6c2076f17346939139d5426c5e5d0e84
branch: fix/scopes-filter
specs:
decidim-homepage_proposals (1.0.2)
decidim-core (~> 0.26.9)

GIT
remote: https://github.com/digidemlab/decidim-module-budgets_paper_ballots
revision: 3e5d2794f43b1c353e8a3116edf6daab9e3a26a7
Expand Down Expand Up @@ -171,6 +171,7 @@ GEM
zeitwerk (~> 2.2, >= 2.2.2)
acts_as_list (0.9.19)
activerecord (>= 3.0)
acts_as_textcaptcha (4.5.2)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2)
Expand Down Expand Up @@ -996,6 +997,7 @@ PLATFORMS

DEPENDENCIES
activejob-uniqueness
acts_as_textcaptcha (~> 4.5.1)
aws-sdk-s3
bootsnap (~> 1.4)
brakeman (~> 5.1)
Expand Down

0 comments on commit d534f07

Please sign in to comment.