diff --git a/Gemfile b/Gemfile index 799a585f..cfe365c0 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'decidim-templates', DECIDIM_VERSION gem 'decidim-anonymous_proposals', github: 'puzzle/decidim-module-anonymous_proposals', branch: 'release/0.27-stable' gem 'decidim-cleaner', github: 'puzzle/decidim-module-cleaner', branch: 'release/0.27-stable' gem 'decidim-decidim_awesome', github: 'decidim-ice/decidim-module-decidim_awesome' -gem 'decidim-participatory_documents', github: 'openpoke/decidim-module-participatory-documents', branch: 'main' +gem 'decidim-participatory_documents', github: 'openpoke/decidim-module-participatory-documents', tag: '0.2.2' gem 'decidim-question_captcha', github: 'OpenSourcePolitics/decidim-module-question_captcha', branch: 'release/0.27-stable' gem 'decidim-survey_multiple_answers', '~> 0.26.2' gem 'decidim-term_customizer', github: 'mainio/decidim-module-term_customizer', branch: 'master' diff --git a/Gemfile.lock b/Gemfile.lock index ac76db38..675ad4c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -47,10 +47,10 @@ GIT GIT remote: https://github.com/openpoke/decidim-module-participatory-documents.git - revision: 175394f77c13fbefaa3bbbd75e530186944b2500 - branch: main + revision: 76957bf7bbceb3235eb912b64361ed4a4e521f8a + tag: 0.2.2 specs: - decidim-participatory_documents (0.2.1) + decidim-participatory_documents (0.2.2) decidim-core (>= 0.27.0, < 0.28) GIT