diff --git a/Gemfile b/Gemfile index ad40f51..3b07f8b 100644 --- a/Gemfile +++ b/Gemfile @@ -7,6 +7,7 @@ gem "decidim", DECIDIM_VERSION gem "decidim-term_customizer", git: "https://github.com/mainio/decidim-module-term_customizer.git", branch: "release/0.27-stable" gem "decidim-calendar", git: "https://github.com/luizsanches/decidim-module-calendar", branch: "main" gem "decidim-decidim_awesome", git: "https://github.com/decidim-ice/decidim-module-decidim_awesome.git", branch: "release/0.27-stable" +gem "decidim-templates", DECIDIM_VERSION gem 'puma' gem 'uglifier' diff --git a/Gemfile.lock b/Gemfile.lock index d950bc7..8374e5f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -586,6 +586,8 @@ GEM net-protocol newrelic_rpm (9.12.0) nio4r (2.7.3) + nokogiri (1.16.7-arm64-darwin) + racc (~> 1.4) nokogiri (1.16.7-x86_64-linux) racc (~> 1.4) oauth (1.1.0) @@ -894,6 +896,7 @@ GEM zeitwerk (2.6.17) PLATFORMS + arm64-darwin-23 x86_64-linux DEPENDENCIES @@ -905,6 +908,7 @@ DEPENDENCIES decidim-calendar! decidim-decidim_awesome! decidim-dev (= 0.27.8) + decidim-templates (= 0.27.8) decidim-term_customizer! execjs (~> 2.9.0) faker