Skip to content

Commit

Permalink
Bump/0.24.3 (#30)
Browse files Browse the repository at this point in the history
* bump to v0.23.4 (#10) (#19)

* update CI rules

* bump participatory processes specs

* update commands specs

* remove unnecessary json lib requirement

* update PP commands

* Fix method name

Co-authored-by: Quentin Champ <[email protected]>

* backport fix container error (#22)

* Bump to 0.24.3

* Fix declarative option version

* Bump Faker version from '1.9' to '2.14'

* Update Rubocop rules

* Update and fix participatory processes forms

* Update participatory_processes system spec

* Fix cells specs

* Update copy participatory process spec

Co-authored-by: Armand Fardeau <[email protected]>
Co-authored-by: Quentin Champ <[email protected]>
Co-authored-by: MoretS <[email protected]>
  • Loading branch information
4 people authored Feb 21, 2022
1 parent 31bcd24 commit b3735a6
Show file tree
Hide file tree
Showing 26 changed files with 2,323 additions and 1,591 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/erblint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6.6
- name: Set up Ruby 2.7.1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.6
ruby-version: 2.7.1
- name: Install bundler
run: |
gem install bundler -v "$(grep -A 1 "BUNDLED WITH" Gemfile.lock | tail -n 1)"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6.6
- name: Set up Ruby 2.7.1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.6
ruby-version: 2.7.1
- name: Install bundler
run: |
gem install bundler -v "$(grep -A 1 "BUNDLED WITH" Gemfile.lock | tail -n 1)"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Set up Ruby 2.6.6
- name: Set up Ruby 2.7.1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.6
ruby-version: 2.7.1
- name: Install bundler
run: |
gem install bundler -v "$(grep -A 1 "BUNDLED WITH" Gemfile.lock | tail -n 1)"
Expand Down
Loading

0 comments on commit b3735a6

Please sign in to comment.