Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cdtb module #166

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ gem "decidim-consultations", DECIDIM_VERSION
gem "decidim-initiatives", DECIDIM_VERSION
gem "decidim-sortitions", DECIDIM_VERSION

gem "decidim-cdtb", "~> 0.1.6"
gem "decidim-cdtb", "~> 0.1.7"
gem "decidim-file_authorization_handler", git: "https://github.com/CodiTramuntana/decidim-file_authorization_handler.git", branch: "master"
gem "decidim-members", git: "https://github.com/CodiTramuntana/decidim-members.git"
gem "decidim-survey_results", git: "https://github.com/CodiTramuntana/decidim-module-survey_results"
gem "decidim-term_customizer", git: "https://github.com/mainio/decidim-module-term_customizer"
gem "decidim-term_customizer", git: "https://github.com/mainio/decidim-module-term_customizer", branch: "release/0.27-stable"
gem "decidim-verifications-csv_email", git: "https://github.com/CodiTramuntana/decidim-verifications-csv_emails.git", tag: "v0.0.11"
gem "decidim-verifications-sant_boi_census", git: "https://github.com/CodiTramuntana/decidim-verifications-sant_boi_census.git", tag: "v0.1.4"

Expand Down
7 changes: 4 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ GIT

GIT
remote: https://github.com/mainio/decidim-module-term_customizer
revision: 5a8d4c67972ef10cd52e774d64a3c7cff9bc9325
revision: abbf0c69e1bcaafebc5aa4f8da22fdb64ce62149
branch: release/0.27-stable
specs:
decidim-term_customizer (0.27.0)
decidim-admin (~> 0.27.0)
Expand Down Expand Up @@ -412,7 +413,7 @@ GEM
activesupport (>= 4.0, < 7)
rspec (~> 3.0)
debug_inspector (1.1.0)
decidim-cdtb (0.1.6)
decidim-cdtb (0.1.7)
decidim (>= 0.26.2)
rails (>= 6)
ruby-progressbar
Expand Down Expand Up @@ -922,7 +923,7 @@ DEPENDENCIES
byebug
daemons
decidim!
decidim-cdtb (~> 0.1.6)
decidim-cdtb (~> 0.1.7)
decidim-conferences!
decidim-consultations!
decidim-dev!
Expand Down
Loading