Skip to content

Commit

Permalink
Bump decidim-odoo from 0.2.0 to 0.2.1 (#71)
Browse files Browse the repository at this point in the history
* Bump decidim-odoo from 0.2.0 to 0.2.1

* Pinning chrome version to v119
  • Loading branch information
fblupi authored Feb 27, 2024
1 parent 2ae32c4 commit d179144
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
13 changes: 7 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit d179144

Please sign in to comment.