2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-06-14 19:15:28 +00:00

update deps (#135)

* update bundle deps

* update all packages

* udpate all to latest

* add docs for updating deps

* and more gem updates

* reduce

* bump ruby
This commit is contained in:
Matthias Mair
2023-04-18 18:53:15 +02:00
committed by GitHub
parent 4c0d914150
commit 30cced6910
5 changed files with 2398 additions and 4708 deletions

View File

@ -78,3 +78,12 @@ Run debug server that automatically updates. This does not recompile the tailwin
```bash
bundle exec jekyll serve --incremental
```
### Update dependencies
Update ruby gems and node packages.
```bash
bundle update
ncu -u
```