Skip to content

Commit

Permalink
fix: warning on gems dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
moustachu committed Jan 19, 2024
1 parent c14ff06 commit 5bb302f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down
22 changes: 10 additions & 12 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5bb302f

Please sign in to comment.