Skip to content

Commit

Permalink
feat: Remove Phone Authorization Handler Gem
Browse files Browse the repository at this point in the history
  • Loading branch information
AyakorK committed Oct 2, 2024
1 parent 94be0ad commit c54f7f3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 43 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ gem "decidim-gallery", git: "https://github.com/OpenSourcePolitics/decidim-modul
gem "decidim-half_signup", git: "https://github.com/OpenSourcePolitics/decidim-module-half_sign_up.git", branch: "feature/half_signup_and_budgets_booth"
gem "decidim-homepage_interactive_map", git: "https://github.com/OpenSourcePolitics/decidim-module-homepage_interactive_map.git", branch: DECIDIM_BRANCH
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: "release/0.27-stable"
gem "decidim-spam_detection"
gem "decidim-survey_multiple_answers", git: "https://github.com/alecslupu-pfa/decidim-module-survey_multiple_answers"
gem "decidim-term_customizer", git: "https://github.com/OpenSourcePolitics/decidim-module-term_customizer.git", branch: "fix/email_with_precompile"
Expand Down
9 changes: 0 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,6 @@ GIT
decidim-admin (~> 0.27.0)
decidim-core (~> 0.27.0)

GIT
remote: https://github.com/OpenSourcePolitics/decidim-module_phone_authorization_handler
revision: a3e77fb29e9a19793b3ff8b5d2273d41fac0919b
branch: release/0.27-stable
specs:
decidim-phone_authorization_handler (1.0.0)
decidim-core (~> 0.27)

GIT
remote: https://github.com/OpenSourcePolitics/omniauth-france_connect
revision: 14a53ad31928c8a83742360cfbdb90938d0a057e
Expand Down Expand Up @@ -1139,7 +1131,6 @@ DEPENDENCIES
decidim-homepage_interactive_map!
decidim-initiatives (~> 0.27.0)
decidim-ludens!
decidim-phone_authorization_handler!
decidim-spam_detection
decidim-survey_multiple_answers!
decidim-templates (~> 0.27.0)
Expand Down
1 change: 0 additions & 1 deletion config/initializers/extends.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
require "extends/controllers/decidim/devise/account_controller_extends"
require "extends/cells/decidim/content_blocks/hero_cell_extends"
require "extends/uploaders/decidim/application_uploader_extends"
require "extends/lib/decidim/phone_authorization_handler/proposal_serializer_extend"

This file was deleted.

0 comments on commit c54f7f3

Please sign in to comment.