Skip to content

Commit

Permalink
fix: warning on gems dependencies (#99)
Browse files Browse the repository at this point in the history
* fix: warning on gems dependencies

* update bundler to 2.4.22
  • Loading branch information
moustachu authored Jan 19, 2024
1 parent c14ff06 commit 65753e5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
6 changes: 4 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,7 +41,9 @@ gem "uglifier", "~> 4.1"

gem "faker", "~> 2.14"

gem "net-http"
gem "nokogiri", "1.13.4"
gem "uri", "0.10.0"

gem "activejob-uniqueness", require: "active_job/uniqueness/sidekiq_patch"
gem "aws-sdk-s3", require: false
Expand Down
25 changes: 12 additions & 13 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.10.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 All @@ -1038,10 +1036,11 @@ DEPENDENCIES
spring-watcher-listen (~> 2.0)
sys-filesystem
uglifier (~> 4.1)
uri (= 0.10.0)
web-console (= 4.0.4)

RUBY VERSION
ruby 2.7.7p221

BUNDLED WITH
2.3.4
2.4.22

0 comments on commit 65753e5

Please sign in to comment.