Skip to content

Commit

Permalink
merge develop branch to main (#390)
Browse files Browse the repository at this point in the history
* Bump nokogiri from 1.15.6 to 1.16.5 in /docs (#378)

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.15.6 to 1.16.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.15.6...v1.16.5)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* updated from intl to 0.19.0 (#386)

fix : update dependencies to make tests pass

* Message in the README and test fixes to archive the project (#387)

* fix : using webwiew library version 3.0.4

* added warning message in readme

* update the dependencies for Netlify (#389)

* updating missing gems and jekyll

* add netlify.toml file

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
Tayebsed93 and dependabot[bot] authored Oct 2, 2024
1 parent 0e41db8 commit 6071199
Show file tree
Hide file tree
Showing 11 changed files with 236 additions and 168 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ runs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'

- name: Setup Flutter
uses: subosito/flutter-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6
ruby-version: 3.3.5
- name: Build with Jekyll
run: |
cd docs
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ Have a bug or a feature request? Please first search for existing and closed iss

Please read through our [contributing guidelines](https://github.com/Orange-OpenSource/ods-flutter/blob/main/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.

## Project Temporarily Archived

This project has been archived and is no longer actively maintained. No further updates, bug fixes, or support will be provided. For the time being, this project will remain in its archived state. While it may still offer value, we recommend exploring other solutions or alternatives for ongoing support and updates

## Copyright and license

Code released under the [MIT License](https://github.com/Orange-OpenSource/ods-flutter/blob/main/LICENSE).
Loading

0 comments on commit 6071199

Please sign in to comment.