Skip to content

Commit

Permalink
apply revote fix
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Feb 12, 2024
1 parent ba494f6 commit 5fb7cac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 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", branch: "release/0.27-stable" }.f
gem "decidim", DECIDIM_VERSION
gem "decidim-consultations", DECIDIM_VERSION

gem "decidim-action_delegator", github: "coopdevs/decidim-module-action_delegator"
gem "decidim-action_delegator", github: "coopdevs/decidim-module-action_delegator", branch: "fix-27-ajax"
gem "decidim-decidim_awesome", github: "decidim-ice/decidim-module-decidim_awesome"
gem "decidim-term_customizer", github: "mainio/decidim-module-term_customizer"

Expand Down
18 changes: 12 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
GIT
remote: https://github.com/coopdevs/decidim-module-action_delegator.git
revision: 9c77d21c298482bd8882b9a22579114e81c141ae
revision: 455174013a62b8c62381600664edb6b097cac7d8
branch: fix-27-ajax
specs:
decidim-action_delegator (0.8.0)
decidim-action_delegator (0.8.1)
decidim-admin (>= 0.27.0, < 0.28)
decidim-consultations (>= 0.27.0, < 0.28)
decidim-core (>= 0.27.0, < 0.28)
Expand Down Expand Up @@ -275,7 +276,7 @@ GEM
activerecord (>= 3.0)
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
akami (1.3.1)
akami (1.3.2)
gyoku (>= 0.4.0)
nokogiri
ast (2.4.2)
Expand Down Expand Up @@ -487,8 +488,11 @@ GEM
nokogiri (>= 1.4)
html_tokenizer (0.0.7)
htmlentities (4.3.4)
httpi (3.0.1)
rack
httpi (3.0.2)
base64
mutex_m
nkf
rack (< 3)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
i18n-tasks (0.9.37)
Expand Down Expand Up @@ -574,6 +578,7 @@ GEM
msgpack (1.7.2)
multi_xml (0.6.0)
mustache (1.1.1)
mutex_m (0.2.0)
net-imap (0.4.9.1)
date
net-protocol
Expand All @@ -584,6 +589,7 @@ GEM
net-smtp (0.4.0.1)
net-protocol
nio4r (2.7.0)
nkf (0.2.0)
nokogiri (1.14.5)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
Expand Down Expand Up @@ -846,7 +852,7 @@ GEM
tilt (2.3.0)
timeout (0.4.1)
tomlrb (2.0.3)
twilio-ruby (6.9.0)
twilio-ruby (6.11.0)
faraday (>= 0.9, < 3.0)
jwt (>= 1.5, < 3.0)
nokogiri (>= 1.6, < 2.0)
Expand Down

0 comments on commit 5fb7cac

Please sign in to comment.