From d1791444ac52f8870d608e96bb994bc7878af34d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=20Bol=C3=ADvar?= Date: Tue, 27 Feb 2024 12:26:32 +0100 Subject: [PATCH] Bump decidim-odoo from 0.2.0 to 0.2.1 (#71) * Bump decidim-odoo from 0.2.0 to 0.2.1 * Pinning chrome version to v119 --- .github/workflows/test.yml | 16 ++++++++++++++++ Gemfile | 2 +- Gemfile.lock | 13 +++++++------ 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d2f1556..2ed0850 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,6 +42,22 @@ jobs: with: node-version: ${{ env.NODE_VERSION }} + - uses: nanasess/setup-chromedriver@v2 + with: + chromedriver-version: 119.0.6045.105 + + - name: List Chrome + shell: "bash" + run: apt list --installed | grep chrome + + - name: Remove Chrome + shell: "bash" + run: sudo apt remove google-chrome-stable + + - uses: browser-actions/setup-chrome@v1 + with: + chrome-version: 119.0.6045.105 + - name: Setup & create Database run: | bundle exec rails db:create db:schema:load diff --git a/Gemfile b/Gemfile index 96c4b81..5ea41d5 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.0" +gem "decidim-odoo", "~> 0.2.1" 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 0bc8e32..e800a82 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,7 +128,7 @@ GEM html_tokenizer (~> 0.0.6) parser (>= 2.4) smart_properties - bindata (2.4.15) + bindata (2.5.0) bindex (0.8.1) bootsnap (1.16.0) msgpack (~> 1.2) @@ -357,7 +357,7 @@ GEM decidim-core (= 0.27.4) decidim-forms (= 0.27.4) icalendar (~> 2.5) - decidim-odoo (0.2.0) + decidim-odoo (0.2.1) decidim-core (>= 0.27.0, < 0.28) omniauth-keycloak (~> 1.5) decidim-pages (0.27.4) @@ -519,9 +519,10 @@ GEM invisible_captcha (0.13.0) rails (>= 3.2.0) json (2.6.3) - json-jwt (1.16.3) + json-jwt (1.16.5) activesupport (>= 4.2) aes_key_wrap + base64 bindata faraday (~> 2.0) faraday-follow_redirects @@ -627,11 +628,11 @@ GEM oauth2 (~> 1.1) omniauth (~> 2.0) omniauth-oauth2 (~> 1.7.1) - omniauth-keycloak (1.5.1) + omniauth-keycloak (1.5.2) faraday json-jwt (> 1.13.0) omniauth (>= 2.0) - omniauth-oauth2 (~> 1.7.1) + omniauth-oauth2 (>= 1.7, < 1.9) omniauth-oauth (1.2.0) oauth omniauth (>= 1.0, < 3) @@ -939,7 +940,7 @@ DEPENDENCIES decidim-consultations (= 0.27.4) decidim-decidim_awesome! decidim-dev (= 0.27.4) - decidim-odoo (~> 0.2.0) + decidim-odoo (~> 0.2.1) decidim-term_customizer! faker (~> 2.14) figaro (~> 1.2)