Skip to content

Commit

Permalink
Add import delegations via csv
Browse files Browse the repository at this point in the history
  • Loading branch information
laurajaime committed Apr 20, 2023
1 parent e6ba956 commit f5decfc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
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", DECIDIM_VERSION
gem "decidim-consultations", DECIDIM_VERSION
gem "decidim-verifications", DECIDIM_VERSION

gem "decidim-action_delegator", git: "https://github.com/CodiTramuntana/decidim-module-action_delegator.git", branch: "feat/text_link_delegations"
gem "decidim-action_delegator", git: "https://github.com/CodiTramuntana/decidim-module-action_delegator.git", branch: "first_ite/import_delegations_csv"
gem "omniauth-rails_csrf_protection", "~> 1.0"
gem "virtus-multiparams"

Expand Down
17 changes: 9 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
GIT
remote: https://github.com/CodiTramuntana/decidim-module-action_delegator.git
revision: ffe582e5536a5dbec0c5c3fff1ee5c73db0f4f13
branch: feat/text_link_delegations
revision: be24fc4d10fd360126d97f42562eaa3fa8243c92
branch: first_ite/import_delegations_csv
specs:
decidim-action_delegator (0.6.0)
decidim-admin (>= 0.26.0, < 0.27.0)
decidim-consultations (>= 0.26.0, < 0.27.0)
decidim-core (>= 0.26.0, < 0.27.0)
decidim-action_delegator (0.7.0)
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

Expand Down Expand Up @@ -778,9 +779,9 @@ GEM
thread_safe (0.3.6)
tilt (2.0.11)
tomlrb (2.0.3)
twilio-ruby (5.73.0)
twilio-ruby (5.77.0)
faraday (>= 0.9, < 3.0)
jwt (>= 1.5, <= 2.5)
jwt (>= 1.5, < 3.0)
nokogiri (>= 1.6, < 2.0)
tzinfo (1.2.10)
thread_safe (~> 0.1)
Expand Down

0 comments on commit f5decfc

Please sign in to comment.