Compare commits

..

No commits in common. "e7d57545ebc34ccc94989cfbf91a97ff15367314" and "50bf4770341a8ecf711aad132bdd6974dc5299ac" have entirely different histories.

5 changed files with 4 additions and 6 deletions

View File

@ -36,7 +36,7 @@ jobs:
with:
submodules: "true"
- name: Setup Ruby
uses: ruby/setup-ruby@master
uses: ruby/setup-ruby@3a77c29278ae80936b4cb030fefc7d21c96c786f # v1.185.0
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems

View File

@ -63,14 +63,14 @@ repos:
]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.0
rev: 0.28.6
hooks:
- id: check-dependabot
- id: check-github-workflows
- id: check-gitlab-ci
- repo: https://github.com/fsfe/reuse-tool
rev: v4.0.3
rev: v4.0.2
hooks:
- id: reuse
exclude: ^.cache\/.*$

2
Gemfile.lock generated
View File

@ -223,7 +223,7 @@ DEPENDENCIES
webrick
RUBY VERSION
ruby 3.3.4p94
ruby 3.3.3p89
BUNDLED WITH
2.5.11

View File

@ -62,7 +62,6 @@ sudo firewall-cmd --add-service=mosh --permanent
sudo firewall-cmd --add-service=ntp --permanent
sudo firewall-cmd --add-service=syncthing --permanent
sudo firewall-cmd --add-service=mdns --permanent
sudo firewall-cmd --add-service=kdeconnect --permanent
```
- I trust Chrony (ntp) to not allow it to be used from outside of LAN as

1
package.json vendored
View File

@ -1,7 +1,6 @@
{
"devDependencies": {
"@prettier/plugin-xml": "3.4.1",
"mvdan-sh": "0.10.1",
"prettier": "3.3.2",
"prettier-plugin-sh": "0.14.0"
},