Skip to content

Commit

Permalink
feat: update term-customizer branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ayuki-joto committed Aug 23, 2022
1 parent 62628c2 commit 4ea0eb0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN apk update \
postgresql-dev \
tzdata \
zip \
gcompat\
&& cp /usr/share/zoneinfo/Asia/Tokyo /etc/localtime

ENV YARN_VERSION=v1.22.5
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "decidim-comments", path: "decidim-comments"

gem "decidim-decidim_awesome", "~> 0.8.1"

gem "decidim-term_customizer", git: "https://github.com/codeforjapan/decidim-module-term_customizer.git", branch: "release/0.25-stable"
gem "decidim-term_customizer", git: "https://github.com/codeforjapan/decidim-module-term_customizer.git", branch: "025-ja"

gem "bootsnap"

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GIT
remote: https://github.com/codeforjapan/decidim-module-term_customizer.git
revision: 1d20451c56b7809cf0d509bbb4d0ac63d4791c8c
branch: release/0.25-stable
branch: 025-ja
specs:
decidim-term_customizer (0.25.0)
decidim-admin (~> 0.25.0)
Expand Down
2 changes: 1 addition & 1 deletion decidim-user_extension/decidim-user_extension.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |spec|
spec.summary = "A exntesional attributes component for decidim's User model."
spec.description = "A exntesional attributes component for decidim's User model."
spec.license = "AGPL-3.0"
spec.required_ruby_version = ">= 2.7.0"
spec.required_ruby_version = ">= 2.7.4"

spec.files = Dir[
"{app,config,db,lib}/**/*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Engine < ::Rails::Engine
# root to: "user_extension#index"
end

initializer "decidim_user_extension.assets_path" do
initializer "decidim_user_extension.webpacker.assets_path" do
Decidim.register_assets_path File.expand_path("app/packs", root)
end

Expand Down

0 comments on commit 4ea0eb0

Please sign in to comment.