Skip to content

Commit

Permalink
Merge pull request #57 from OpenSourcePolitics/develop
Browse files Browse the repository at this point in the history
feat: revert module slider and add Term Custo
  • Loading branch information
luciegrau authored Dec 11, 2023
2 parents 8b6d753 + d6f4a86 commit fff988d
Show file tree
Hide file tree
Showing 15 changed files with 4,368 additions and 29,024 deletions.
2 changes: 2 additions & 0 deletions .env-example
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ BACKUP_S3RETENTION_ENABLED=

# timeout session (in minutes)
DECIDIM_SESSION_TIMEOUT=

# SKIP_FIRST_LOGIN_AUTHORIZATION=true
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@ gem "decidim", "~> #{DECIDIM_VERSION}.0"

# External Decidim gems
gem "decidim-cache_cleaner"
gem "decidim-decidim_awesome"
gem "decidim-decidim_awesome", "0.8.3"
gem "decidim-homepage_interactive_map", git: "https://github.com/OpenSourcePolitics/decidim-module-homepage_interactive_map.git", branch: DECIDIM_BRANCH
gem "decidim-spam_detection"
gem "decidim-term_customizer", git: "https://github.com/armandfardeau/decidim-module-term_customizer.git", branch: "fix/precompile-on-docker-0.26"
gem "decidim-term_customizer", git: "https://github.com/opensourcepolitics/decidim-module-term_customizer.git", branch: "fix/multi-threading-compliant-0.26"

# Omniauth gems
# gem "decidim-slider", git: "https://github.com/alecslupu-pfa/decidim-module-slider", branch: "main"
gem "omniauth-publik", git: "https://github.com/OpenSourcePolitics/omniauth-publik"

# Default
Expand Down
Loading

0 comments on commit fff988d

Please sign in to comment.