Skip to content

Commit

Permalink
update Decidim with fix on cache_classes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeig committed Oct 28, 2024
1 parent bfbaa5f commit 5ca830c
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 200 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ require_relative "#{base_path}lib/decidim/term_customizer/version"
# DECIDIM_VERSION = Decidim::TermCustomizer::DECIDIM_VERSION
DECIDIM_VERSION = { git: "https://github.com/decidim/decidim", branch: "release/0.29-stable" }.freeze

gem "decidim", DECIDIM_VERSION
gem "decidim", git: "https://github.com/platoniq/decidim", branch: "fix/generator_set_cache_classes_with_env"
gem "decidim-term_customizer", path: "."

gem "bootsnap", "~> 1.4"
Expand Down
Loading

0 comments on commit 5ca830c

Please sign in to comment.