Skip to content

Commit

Permalink
fix sync participants
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed May 31, 2023
1 parent 59ea656 commit 9382797
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DECIDIM_VERSION = { github: "decidim/decidim", ref: "release/0.26-stable" }.free
gem "decidim", DECIDIM_VERSION
gem "decidim-consultations", DECIDIM_VERSION

gem "decidim-action_delegator", "~> 0.7.0"
gem "decidim-action_delegator", github: "coopdevs/decidim-module-action_delegator", ref: "0197825"
gem "decidim-decidim_awesome", github: "decidim-ice/decidim-module-decidim_awesome"
gem "decidim-term_customizer", github: "mainio/decidim-module-term_customizer", branch: "release/0.26-stable"

Expand Down
22 changes: 14 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
GIT
remote: https://github.com/coopdevs/decidim-module-action_delegator.git
revision: 01978255c46a8510608a5060c3bc7ce3e88bcc76
ref: 0197825
specs:
decidim-action_delegator (0.7.2)
decidim-admin (>= 0.26.0, < 0.27)
decidim-consultations (>= 0.26.0, < 0.27)
decidim-core (>= 0.26.0, < 0.27)
deface (>= 1.9)
savon
twilio-ruby

GIT
remote: https://github.com/decidim-ice/decidim-module-decidim_awesome.git
revision: aa01fdab225ae7a5e7de6fc5d529f7c236376c0c
Expand Down Expand Up @@ -361,13 +374,6 @@ GEM
db-query-matchers (0.10.0)
activesupport (>= 4.0, < 7)
rspec (~> 3.0)
decidim-action_delegator (0.7.2)
decidim-admin (>= 0.26.0, < 0.27)
decidim-consultations (>= 0.26.0, < 0.27)
decidim-core (>= 0.26.0, < 0.27)
deface (>= 1.9)
savon
twilio-ruby
declarative-builder (0.1.0)
declarative-option (< 0.2.0)
declarative-option (0.1.0)
Expand Down Expand Up @@ -889,7 +895,7 @@ DEPENDENCIES
bootsnap (~> 1.7)
byebug (~> 11.1)
decidim!
decidim-action_delegator (~> 0.7.0)
decidim-action_delegator!
decidim-consultations!
decidim-decidim_awesome!
decidim-dev!
Expand Down
2 changes: 1 addition & 1 deletion config/initializers/decidim_awesome.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

Decidim::DecidimController.configure do |config|
Decidim::DecidimAwesome.configure do |config|
config.admin_accountability = :disabled
end

0 comments on commit 9382797

Please sign in to comment.