Skip to content

Commit

Permalink
feat: Add module budgets_importer (#84)
Browse files Browse the repository at this point in the history
* feat:module_budgets_importer

* feat:budgets_importer add/bumb rspec

* delete rspec

---------

Co-authored-by: Quentin Champenois <[email protected]>
  • Loading branch information
BarbaraOliveira13 and Quentinchampenois authored Jun 14, 2024
1 parent 4391fe6 commit f379315
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ gem "decidim", "~> #{DECIDIM_VERSION}.0"

# External Decidim gems
gem "decidim-budgets_booth", github: "OpenSourcePolitics/decidim-module-ptp"

gem "decidim-budgets_importer", git: "https://github.com/OpenSourcePolitics/decidim-module-budgets_importer.git", branch: "main"
gem "decidim-budgets_paper_ballots", git: "https://github.com/digidemlab/decidim-module-budgets_paper_ballots"

gem "decidim-cache_cleaner"
gem "decidim-custom_proposal_states", git: "https://github.com/alecslupu-pfa/decidim-module-custom_proposal_states", branch: DECIDIM_BRANCH
gem "decidim-decidim_awesome", "~> 0.9.1"
Expand Down
10 changes: 10 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
GIT
remote: https://github.com/OpenSourcePolitics/decidim-module-budgets_importer.git
revision: eec557bf67a3cd0e00a1c6bdcc8aa56e4908b635
branch: main
specs:
decidim-budgets_importer (2.0.0)
decidim-core (~> 0.27)

GIT
remote: https://github.com/OpenSourcePolitics/decidim-module-extra_user_fields.git
revision: 25f5a7843a38a5f9360f9bd42eb7e246d997bc7b
Expand Down Expand Up @@ -1002,6 +1010,7 @@ GEM

PLATFORMS
arm64-darwin-22
arm64-darwin-23
x86_64-linux

DEPENDENCIES
Expand All @@ -1014,6 +1023,7 @@ DEPENDENCIES
dalli
decidim (~> 0.27.0)
decidim-budgets_booth!
decidim-budgets_importer!
decidim-budgets_paper_ballots!
decidim-cache_cleaner
decidim-custom_proposal_states!
Expand Down

0 comments on commit f379315

Please sign in to comment.