diff --git a/Gemfile b/Gemfile index 96324d1..b01a575 100644 --- a/Gemfile +++ b/Gemfile @@ -23,8 +23,8 @@ gem "decidim-term_customizer", git: "https://github.com/opensourcepolitics/decid # PTP_MODULE_VERSION = { github: "Pipeline-to-Power/decidim-module-ptp", branch: "feature/0.26/zip-code-voting" } gem "decidim-budgets_booth", github: "OpenSourcePolitics/decidim-module-ptp", branch: "feature/0.26/zip-code-voting" -gem "decidim-smsauth", github: "Pipeline-to-Power/decidim-module-ptp", branch: "feature/0.26/zip-code-voting" -gem "decidim-sms-twilio", github: "Pipeline-to-Power/decidim-module-ptp", branch: "feature/0.26/zip-code-voting" +gem "decidim-smsauth", github: "OpenSourcePolitics/decidim-module-ptp", branch: "feature/0.26/zip-code-voting" +gem "decidim-sms-twilio", github: "OpenSourcePolitics/decidim-module-ptp", branch: "feature/0.26/zip-code-voting" # NOTE: Custom proposal states must be before simple_proposal gem "decidim-custom_proposal_states", git: "https://github.com/alecslupu-pfa/decidim-module-custom_proposal_states", branch: "chore/fix-module-dependency" @@ -41,6 +41,7 @@ gem "uglifier", "~> 4.1" gem "faker", "~> 2.14" +gem "net-http" gem "nokogiri", "1.13.4" gem "activejob-uniqueness", require: "active_job/uniqueness/sidekiq_patch" diff --git a/Gemfile.lock b/Gemfile.lock index 3671cfb..230e3ae 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -27,6 +27,12 @@ GIT decidim-budgets_booth (0.26.0) decidim-budgets (~> 0.26.0) decidim-core (~> 0.26.0) + decidim-sms-twilio (0.26.0) + decidim-core (~> 0.26.0) + twilio-ruby (~> 5.72.0) + decidim-smsauth (0.26.0) + countries (~> 5.1, >= 5.1.2) + decidim-core (~> 0.26.0) GIT remote: https://github.com/OpenSourcePolitics/decidim-module_phone_authorization_handler @@ -36,18 +42,6 @@ GIT decidim-phone_authorization_handler (1.0.0) decidim-core (~> 0.26) -GIT - remote: https://github.com/Pipeline-to-Power/decidim-module-ptp.git - revision: 79f07fee09671661ab23e8a8c18e464a78d29966 - branch: feature/0.26/zip-code-voting - specs: - decidim-sms-twilio (0.26.0) - decidim-core (~> 0.26.0) - twilio-ruby (~> 5.72.0) - decidim-smsauth (0.26.0) - countries (~> 5.1, >= 5.1.2) - decidim-core (~> 0.26.0) - GIT remote: https://github.com/alecslupu-pfa/decidim-module-custom_proposal_states revision: 5a01dcd0c61f7760adb929d53a6ccdbe6af5b050 @@ -648,6 +642,8 @@ GEM multi_json (1.15.0) multi_xml (0.6.0) mustache (1.1.1) + net-http (0.4.1) + uri net-imap (0.3.4) date net-protocol @@ -939,6 +935,7 @@ GEM execjs (>= 0.3.0, < 3) unaccent (0.4.0) unicode-display_width (1.8.0) + uri (0.13.0) valid_email2 (2.3.1) activemodel (>= 3.2) mail (~> 2.5) @@ -1020,6 +1017,7 @@ DEPENDENCIES letter_opener_web (~> 1.3) listen (~> 3.1) lograge + net-http nokogiri (= 1.13.4) omniauth-rails_csrf_protection omniauth-saml