Skip to content

Commit

Permalink
Recover term customizer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
entantoencuanto committed Aug 7, 2024
1 parent 0272a0f commit 7f744ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ruby RUBY_VERSION
DECIDIM_VERSION = "0.27.8"

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-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"

Expand Down
10 changes: 10 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ GIT
decidim-admin (>= 0.27.0)
decidim-core (>= 0.27.0)

GIT
remote: https://github.com/mainio/decidim-module-term_customizer.git
revision: abbf0c69e1bcaafebc5aa4f8da22fdb64ce62149
branch: release/0.27-stable
specs:
decidim-term_customizer (0.27.0)
decidim-admin (~> 0.27.0)
decidim-core (~> 0.27.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -896,6 +905,7 @@ DEPENDENCIES
decidim-calendar!
decidim-decidim_awesome!
decidim-dev (= 0.27.8)
decidim-term_customizer!
execjs (~> 2.9.0)
faker
fog-aws
Expand Down

0 comments on commit 7f744ec

Please sign in to comment.