Compare commits
3 Commits
master
...
decidim-0.
Author | SHA1 | Date | |
---|---|---|---|
5fcf7f6a68 | |||
6c8474bb79 | |||
88ef1012e5 |
@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "0.23.4-210403",
|
||||
"version": "0.23.5-210408",
|
||||
"meta": {
|
||||
"title": "Decidim",
|
||||
"desc-cs": "Platforma pro účast občanů",
|
||||
@ -8,7 +8,7 @@
|
||||
},
|
||||
"containers": {
|
||||
"decidim": {
|
||||
"image": "decidim_0.23.4-210403",
|
||||
"image": "decidim_0.23.5-210408",
|
||||
"depends": [
|
||||
"decidim-postgres"
|
||||
],
|
||||
|
@ -1,4 +1,4 @@
|
||||
IMAGE decidim_0.23.4-210403
|
||||
IMAGE decidim_0.23.5-210408
|
||||
FROM decidim-nginx_1.18.0-210106
|
||||
|
||||
# https://github.com/Platoniq/decidim-install/blob/master/decidim-bionic.md
|
||||
@ -15,7 +15,7 @@ RUN EOF
|
||||
|
||||
# Install Decidim
|
||||
bundle config build.nokogiri --use-system-libraries
|
||||
gem install decidim -v 0.23.4
|
||||
gem install decidim -v 0.23.5
|
||||
cd /srv
|
||||
decidim decidim-app
|
||||
EOF
|
||||
|
@ -4,11 +4,11 @@ source "https://rubygems.org"
|
||||
|
||||
ruby RUBY_VERSION
|
||||
|
||||
gem "decidim", "0.23.4"
|
||||
gem "decidim-conferences", "0.23.4"
|
||||
gem "decidim-consultations", "0.23.4"
|
||||
gem "decidim-initiatives", "0.23.4"
|
||||
# gem "decidim-templates", "0.23.4"
|
||||
gem "decidim", "0.23.5"
|
||||
gem "decidim-conferences", "0.23.5"
|
||||
gem "decidim-consultations", "0.23.5"
|
||||
gem "decidim-initiatives", "0.23.5"
|
||||
# gem "decidim-templates", "0.23.5"
|
||||
|
||||
gem "bootsnap", "~> 1.3"
|
||||
|
||||
@ -22,7 +22,7 @@ gem "wicked_pdf", "~> 1.4"
|
||||
group :development, :test do
|
||||
gem "byebug", "~> 11.0", platform: :mri
|
||||
|
||||
gem "decidim-dev", "0.23.4"
|
||||
gem "decidim-dev", "0.23.5"
|
||||
end
|
||||
|
||||
group :development do
|
||||
@ -41,10 +41,11 @@ group :production do
|
||||
end
|
||||
|
||||
# Modules
|
||||
gem "omniauth-decidim", github: "decidim/omniauth-decidim"
|
||||
# gem "decidim-access_requests", github: "mainio/decidim-module-access_requests" # Supported until 0.22.0
|
||||
# gem "decidim-action_delegator", github: "coopdevs/decidim-module-action_delegator" # Supported until 0.23.2
|
||||
# gem "decidim-antivirus", github: "mainio/decidim-module-antivirus" # Supported until 0.22.0
|
||||
# gem "decidim-budgets_enhanced", github: "OpenSourcePolitics/decidim-module-budgets_enhanced", branch: "0.22-dev" # Supported until 0.19.0, development branch exists up to 0.22.0
|
||||
# gem "decidim-budgets_enhanced", github: "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", github: "alabs/decidim-module-calendar"
|
||||
gem "decidim-comparative_stats", github: "Platoniq/decidim-module-comparative_stats"
|
||||
# gem "decidim-cookies", github: "OpenSourcePolitics/decidim-module_cookies" # Supported until 0.21.0
|
||||
@ -56,7 +57,7 @@ gem "decidim-direct_verifications", github: "Platoniq/decidim-verifications-dire
|
||||
# gem "decidim-ideas", github: "mainio/decidim-module-ideas" # Supported until 0.23.0, has graphql dependency problems
|
||||
# gem "decidim-ldap", github: "diputacioBCN/decidim-diba", glob: "decidim-ldap/decidim-ldap.gemspec", Supported until 0.18.0, installable until 0.23.1
|
||||
gem "decidim-navbar_links", github: "OpenSourcePolitics/decidim-module-navbar_links", branch: "0.23-stable"
|
||||
gem "decidim-navigation_maps", github: "Platoniq/decidim-module-navigation_maps"
|
||||
gem "decidim-navigation_maps", github: "Platoniq/decidim-module-navigation_maps", ref: "5199551350d05a24c439b4c6dc5946f12eafaa30"
|
||||
# gem "decidim-plans", github: "mainio/decidim-module-plans" # Supported until 0.22.0
|
||||
# gem "decidim-process_groups_content_block", github: "mainio/decidim-module-process_groups_content_block" # Supported until 0.22.0
|
||||
# gem "decidim-term_customizer", github: "mainio/decidim-module-term_customizer" # Supported until 0.22.0
|
||||
|
Before Width: | Height: | Size: 1.2 MiB After Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 1.1 MiB |
Loading…
Reference in New Issue
Block a user