Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump modules #37

Merged
merged 1 commit into from
May 2, 2023
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
16 changes: 8 additions & 8 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ gem "decidim-conferences", git: "https://github.com/decidim/decidim.git", branch
# gem "acts_as_textcaptcha", "~> 4.5.1"
gem "decidim-budgets_paper_ballots", git: "https://github.com/digidemlab/decidim-module-budgets_paper_ballots", branch: DECIDIM_VERSION
gem "decidim-decidim_awesome"
gem "decidim-half_signup", git: "https://github.com/OpenSourcePolitics/decidim-module-half_sign_up", branch: DECIDIM_VERSION
# gem "decidim-half_signup", git: "https://github.com/OpenSourcePolitics/decidim-module-half_sign_up", branch: DECIDIM_VERSION
gem "decidim-homepage_interactive_map", git: "https://github.com/OpenSourcePolitics/decidim-module-homepage_interactive_map.git", branch: DECIDIM_VERSION
gem "decidim-phone_authorization_handler", git: "https://github.com/OpenSourcePolitics/decidim-module_phone_authorization_handler", branch: DECIDIM_VERSION
gem "decidim-slider", git: "https://github.com/alecslupu-pfa/decidim-module-slider", branch: "main"
gem "decidim-spam_detection"
gem "decidim-term_customizer", git: "https://github.com/mainio/decidim-module-term_customizer.git", branch: DECIDIM_VERSION

# PTP_MODULE_VERSION = { github: "Pipeline-to-Power/decidim-module-ptp", branch: "feature/0.26/zip-code-voting" }
gem "decidim-ptp", github: "Pipeline-to-Power/decidim-module-ptp", branch: "feature/0.26/zip-code-voting" do
# Rspec:disable Bundler/OrderedGems
gem "decidim-budgets_booth"
gem "decidim-smsauth"
gem "decidim-sms-twilio"
# Rspec:enable Bundler/OrderedGems
end
# gem "decidim-ptp", github: "Pipeline-to-Power/decidim-module-ptp", branch: "feature/0.26/zip-code-voting" do
# # Rspec:disable Bundler/OrderedGems
# gem "decidim-budgets_booth"
# gem "decidim-smsauth"
# gem "decidim-sms-twilio"
# # Rspec:enable Bundler/OrderedGems
# end

gem "dotenv-rails"

Expand Down
47 changes: 3 additions & 44 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
GIT
remote: https://github.com/OpenSourcePolitics/decidim-module-half_sign_up
revision: 71560912a210fa3a7c90e6a13e75021c9f873b34
branch: release/0.26-stable
specs:
decidim-half_signup (0.26.0)
countries (~> 5.1, >= 5.1.2)
decidim-core (~> 0.26.0)

GIT
remote: https://github.com/OpenSourcePolitics/decidim-module-homepage_interactive_map.git
revision: 3bbd5fff51fbfa94ff6e784baa73af190b1c679d
Expand All @@ -27,32 +18,9 @@ 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: 688242f9f53a5c791b22f27f169af54bad1b538d
branch: feature/0.26/zip-code-voting
specs:
decidim-budgets_booth (0.26.0)
decidim-budgets (~> 0.26.0)
decidim-core (~> 0.26.0)
decidim-l10n (0.26.0)
decidim-core (~> 0.26.0)
decidim-ptp (0.26.0)
decidim-budgets_booth (= 0.26.0)
decidim-core (~> 0.26.0)
decidim-l10n (= 0.26.0)
decidim-sms-twilio (= 0.26.0)
decidim-smsauth (= 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/alecslupu-pfa/decidim-module-slider
revision: 71892578ff65ccb99919ce8b156ab2f74b7e2f81
revision: 2be3919684bbdc65c4a929228b38239f089d422b
branch: main
specs:
decidim-slider (0.0.1)
Expand Down Expand Up @@ -421,8 +389,6 @@ GEM
coffee-script-source (1.12.2)
concurrent-ruby (1.2.2)
connection_pool (2.4.0)
countries (5.4.0)
unaccent (~> 0.3)
crack (0.4.5)
rexml
crass (1.0.6)
Expand Down Expand Up @@ -557,7 +523,7 @@ GEM
rails (>= 3.2.0)
jmespath (1.6.2)
json (2.6.3)
jwt (2.5.0)
jwt (2.7.0)
kaminari (1.2.2)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2)
Expand Down Expand Up @@ -903,16 +869,11 @@ GEM
tilt (2.1.0)
timeout (0.3.2)
tomlrb (2.0.3)
twilio-ruby (5.72.1)
faraday (>= 0.9, < 3.0)
jwt (>= 1.5, <= 2.5)
nokogiri (>= 1.6, < 2.0)
tzinfo (1.2.11)
thread_safe (~> 0.1)
uber (0.1.0)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
unaccent (0.4.0)
unicode-display_width (1.8.0)
valid_email2 (2.3.1)
activemodel (>= 3.2)
Expand Down Expand Up @@ -976,10 +937,8 @@ DEPENDENCIES
decidim-conferences!
decidim-decidim_awesome
decidim-dev!
decidim-half_signup!
decidim-homepage_interactive_map!
decidim-phone_authorization_handler!
decidim-ptp!
decidim-slider!
decidim-spam_detection
decidim-term_customizer!
Expand Down Expand Up @@ -1012,7 +971,7 @@ DEPENDENCIES
web-console (= 4.0.4)

RUBY VERSION
ruby 2.7.5p203
ruby 2.7.7p221

BUNDLED WITH
2.4.6
Loading