diff --git a/Gemfile b/Gemfile index 2343862..d097fda 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem "decidim-consultations", DECIDIM_VERSION gem "decidim-action_delegator", github: "coopdevs/decidim-module-action_delegator", branch: "main" gem "decidim-decidim_awesome", github: "decidim-ice/decidim-module-decidim_awesome", branch: "main" -gem "decidim-odoo", "~> 0.2.1" +gem "decidim-odoo", "~> 0.2.2" gem "decidim-term_customizer", github: "mainio/decidim-module-term_customizer", branch: "master" gem "bootsnap", "~> 1.3" diff --git a/Gemfile.lock b/Gemfile.lock index 7024ce9..60b8c98 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -357,7 +357,7 @@ GEM decidim-core (= 0.27.4) decidim-forms (= 0.27.4) icalendar (~> 2.5) - decidim-odoo (0.2.1) + decidim-odoo (0.2.2) decidim-core (>= 0.27.0, < 0.28) omniauth-keycloak (~> 1.5) decidim-pages (0.27.4) @@ -519,7 +519,7 @@ GEM invisible_captcha (0.13.0) rails (>= 3.2.0) json (2.6.3) - json-jwt (1.16.5) + json-jwt (1.16.6) activesupport (>= 4.2) aes_key_wrap base64 @@ -940,7 +940,7 @@ DEPENDENCIES decidim-consultations (= 0.27.4) decidim-decidim_awesome! decidim-dev (= 0.27.4) - decidim-odoo (~> 0.2.1) + decidim-odoo (~> 0.2.2) decidim-term_customizer! deface faker (~> 2.14)