2019-11-15 18:00:26 +01:00
# frozen_string_literal: true
source " https://rubygems.org "
ruby RUBY_VERSION
2020-11-21 09:25:40 +01:00
gem " decidim " , " 0.23.1 "
# gem "decidim-consultations", "0.23.1"
# gem "decidim-initiatives", "0.23.1"
# gem "decidim-templates", "0.23.1"
2019-11-15 18:00:26 +01:00
gem " bootsnap " , " ~> 1.3 "
2020-10-04 23:15:31 +02:00
gem " puma " , " >= 4.3.5 "
2019-11-15 18:00:26 +01:00
gem " uglifier " , " ~> 4.1 "
gem " faker " , " ~> 1.9 "
2020-11-21 09:25:40 +01:00
gem " wicked_pdf " , " ~> 1.4 "
2019-11-15 18:00:26 +01:00
group :development , :test do
gem " byebug " , " ~> 11.0 " , platform : :mri
2020-11-21 09:25:40 +01:00
gem " decidim-dev " , " 0.23.1 "
2019-11-15 18:00:26 +01:00
end
group :development do
gem " letter_opener_web " , " ~> 1.3 "
gem " listen " , " ~> 3.1 "
gem " spring " , " ~> 2.0 "
gem " spring-watcher-listen " , " ~> 2.0 "
gem " web-console " , " ~> 3.5 "
end
gem " figaro "
group :production do
gem " passenger "
gem " delayed_job_active_record "
gem " daemons "
end
2021-01-11 12:37:44 +01:00
# Modules
# gem "decidim-access_requests", git: "https://github.com/mainio/decidim-module-access_requests" # Supported until 0.22.0
# gem "decidim-action_delegator", git: "https://github.com/coopdevs/decidim-module-action_delegator" # Supported until 0.22.0, not indended for production use
# gem "decidim-antivirus", git: "https://github.com/mainio/decidim-module-antivirus" # Supported until 0.22.0
# gem "decidim-budgets_enhanced", git: "https://github.com/OpenSourcePolitics/decidim-module-budgets_enhanced", branch: "0.22-dev" # Supported until 0.19.0, development branch exists up to 0.22.0
gem " decidim-calendar " , git : " https://github.com/alabs/decidim-module-calendar "
# gem "decidim-comparative_stats", git: "https://github.com/Platoniq/decidim-module-comparative_stats" # Supported until 0.21.0, installable but fail assets:precompile
# gem "decidim-cookies", git: "https://github.com/OpenSourcePolitics/decidim-module_cookies" # Supported until 0.21.0
gem " decidim-decidim_awesome " , git : " https://github.com/Platoniq/decidim-module-decidim_awesome "
# gem "decidim-department_admin", git: "https://github.com/gencat/decidim-department-admin" # Supported until 0.16.0
gem " decidim-direct_verifications " , git : " https://github.com/Platoniq/decidim-verifications-direct_verifications "
# gem "decidim-favorites", git: "https://github.com/mainio/decidim-module-favorites" # Required by plans
gem " decidim-ldap " , git : " https://github.com/diputacioBCN/decidim-diba " , glob : " decidim-ldap/decidim-ldap.gemspec "
gem " decidim-navbar_links " , git : " https://github.com/OpenSourcePolitics/decidim-module-navbar_links " , branch : " 0.23-stable "
gem " decidim-navigation_maps " , git : " https://github.com/Platoniq/decidim-module-navigation_maps "
# gem "decidim-plans", git: "https://github.com/mainio/decidim-module-plans" # Supported until 0.22.0
# gem "decidim-process_groups_content_block", git: "https://github.com/mainio/decidim-module-process_groups_content_block" # Supported until 0.22.0
# gem "decidim-term_customizer", git: "https://github.com/mainio/decidim-module-term_customizer" # Supported until 0.22.0
gem " decidim-time_tracker " , git : " https://github.com/Platoniq/decidim-module-time_tracker " , branch : " main "
# gem "decidim-unique_identity", git: "https://github.com/OpenSourcePolitics/decidim-module-unique-identity" # Supported until 0.18.0
gem " decidim-url_aliases " , git : " https://github.com/OpenSourcePolitics/decidim-urlaliases "