Skip to content

Commit

Permalink
reference decidim-generator in decidim fork
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeig committed Oct 28, 2024
1 parent 1cc3c39 commit 9e3af33
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ require_relative "#{base_path}lib/decidim/kids/version"
DECIDIM_VERSION = Decidim::Kids::DECIDIM_VERSION

gem "decidim", git: "https://github.com/platoniq/decidim", branch: "fix/generator_set_cache_classes_with_env"
gem "decidim-generators", git: "https://github.com/platoniq/decidim", branch: "fix/generator_set_cache_classes_with_env", glob: "decidim-generators/decidim-generators.gemspec"
gem "decidim-kids", path: "."

gem "bootsnap", "~> 1.4"
Expand Down
25 changes: 17 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ GIT
decidim-core (= 0.29.1)
wicked_pdf (~> 2.1)
wkhtmltopdf-binary (= 0.12.6.6)
decidim-generators (0.29.1)
decidim-core (= 0.29.1)
decidim-meetings (0.29.1)
decidim-core (= 0.29.1)
decidim-forms (= 0.29.1)
Expand Down Expand Up @@ -180,6 +178,15 @@ GIT
decidim-system (= 0.29.1)
decidim-verifications (= 0.29.1)

GIT
remote: https://github.com/platoniq/decidim
revision: b13a6d72c44f20bf13df89de248554d0b9794443
branch: fix/generator_set_cache_classes_with_env
glob: decidim-generators/decidim-generators.gemspec
specs:
decidim-generators (0.29.1)
decidim-core (= 0.29.1)

PATH
remote: .
specs:
Expand Down Expand Up @@ -366,7 +373,7 @@ GEM
temple
erubi (1.13.0)
escape_utils (1.3.0)
excon (0.112.0)
excon (1.0.0)
extended-markdown-filter (0.7.0)
html-pipeline (~> 2.9)
factory_bot (6.5.0)
Expand All @@ -386,9 +393,9 @@ GEM
file_validators (3.0.0)
activemodel (>= 3.2)
mime-types (>= 1.0)
fog-core (2.5.0)
fog-core (2.6.0)
builder
excon (~> 0.71)
excon (~> 1.0)
formatador (>= 0.2, < 2.0)
mime-types
fog-local (0.8.0)
Expand Down Expand Up @@ -445,7 +452,7 @@ GEM
invisible_captcha (0.13.0)
rails (>= 3.2.0)
io-console (0.7.2)
json (2.7.3)
json (2.7.4)
jwt (2.9.3)
base64
kaminari (1.2.2)
Expand Down Expand Up @@ -475,7 +482,7 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
loofah (2.22.0)
loofah (2.23.1)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand Down Expand Up @@ -791,8 +798,9 @@ GEM
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)
wicked_pdf (2.8.1)
wicked_pdf (2.8.2)
activesupport
ostruct
wisper (2.0.1)
wisper-rspec (1.1.0)
wkhtmltopdf-binary (0.12.6.6)
Expand All @@ -809,6 +817,7 @@ DEPENDENCIES
codecov
decidim!
decidim-dev!
decidim-generators!
decidim-kids!
faker
letter_opener_web (~> 2.0)
Expand Down

0 comments on commit 9e3af33

Please sign in to comment.