Skip to content
Merged
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ gem "omniauth-publik", git: "https://github.com/OpenSourcePolitics/omniauth-publ
# External Decidim gems
gem "decidim-additional_authorization_handler", git: "https://github.com/OpenSourcePolitics/decidim-module-additional_authorization_handler.git", branch: "bump/0.31"
gem "decidim-admin_multi_factor", git: "https://github.com/OpenSourcePolitics/decidim-module-admin_multi_factor.git", branch: "bump/0.31"
gem "decidim-anonymous_proposals", git: "https://github.com/openpoke/decidim-module-anonymous_proposals.git", branch: "upgrade-0.31"
gem "decidim-anonymous_proposals", git: "https://github.com/OpenSourcePolitics/openpoke-anonymous_proposals.git", branch: "upgrade-0.31"
gem "decidim-budgets_importer", git: "https://github.com/OpenSourcePolitics/decidim-module-budgets_importer.git", branch: "bump/0.31"
gem "decidim-budgets_paper_ballots", git: "https://github.com/OpenSourcePolitics/decidim-module-budgets_paper_ballots.git", branch: "bump/0.31"
gem "decidim-cache_cleaner", git: "https://github.com/OpenSourcePolitics/decidim-module-cache_cleaner.git", branch: "bump/0.31"
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,15 @@ GIT
omniauth (~> 2.1)
omniauth-oauth2 (>= 1.7.2, < 2.0)

GIT
remote: https://github.com/OpenSourcePolitics/openpoke-anonymous_proposals.git
revision: 3559bec904efda660fc679d550977d1e3f1fd72f
branch: upgrade-0.31
specs:
decidim-anonymous_proposals (0.31)
decidim-core (>= 0.31)
deface (~> 1.9)

GIT
remote: https://github.com/decidim-ice/decidim-module-decidim_awesome.git
revision: b8bbaef4fb1bae845f8ce4beede7323faed674f8
Expand Down Expand Up @@ -337,15 +346,6 @@ GIT
decidim-verifications (0.31.5)
decidim-core (= 0.31.5)

GIT
remote: https://github.com/openpoke/decidim-module-anonymous_proposals.git
revision: 11486e30e9c546d5ebc4a386a6a9521d8f4383f3
branch: upgrade-0.31
specs:
decidim-anonymous_proposals (0.31)
decidim-core (>= 0.31)
deface (~> 1.9)

GEM
remote: https://rubygems.org/
specs:
Expand Down
Loading