1
0
mirror of https://github.com/Mikaela/cv.git synced 2025-08-21 12:07:23 +02:00

Compare commits

..

No commits in common. "6f7d4288200b41316c9eec3fdaf962043f8ae5be" and "af6e1cb2941330b16a37a1b46de4cb852adf4b1b" have entirely different histories.

2 changed files with 17 additions and 17 deletions

View File

@ -38,22 +38,22 @@ repos:
args: [--update-only, --notitle]
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.1
rev: 0.27.0
hooks:
- id: check-dependabot
- id: check-github-workflows
- id: check-gitlab-ci
- repo: https://github.com/pre-commit/mirrors-prettier
rev: "v3.1.0"
rev: "v3.0.3"
hooks:
- id: prettier
#additional_dependencies: [
# https://www.npmjs.com/package/prettier
#"prettier@3.0.3",
# https://www.npmjs.com/package/@prettier/plugin-xml
#"@prettier/plugin-xml@3.2.1",
#]
additional_dependencies: [
# https://www.npmjs.com/package/prettier
"prettier@3.0.3",
# https://www.npmjs.com/package/@prettier/plugin-xml
"@prettier/plugin-xml@3.2.1",
]
- repo: https://github.com/editorconfig-checker/editorconfig-checker.python
rev: "2.7.3"

18
Gemfile.lock generated
View File

@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.1.2)
activesupport (7.1.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
@ -13,7 +13,7 @@ GEM
tzinfo (~> 2.0)
addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
base64 (0.1.1)
bigdecimal (3.1.4)
coffee-script (2.4.1)
coffee-script-source
@ -25,7 +25,7 @@ GEM
connection_pool (2.4.1)
dnsruby (1.70.0)
simpleidn (~> 0.2.1)
drb (2.2.0)
drb (2.1.1)
ruby2_keywords
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
@ -34,7 +34,7 @@ GEM
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.9.1)
faraday (2.7.12)
faraday (2.7.11)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
@ -221,8 +221,8 @@ GEM
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.20.0)
mutex_m (0.2.0)
nokogiri (1.15.5-x86_64-linux)
mutex_m (0.1.2)
nokogiri (1.15.4-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
@ -230,7 +230,7 @@ GEM
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.7)
racc (1.7.3)
racc (1.7.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
@ -251,13 +251,13 @@ GEM
unf (~> 0.1.4)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
typhoeus (1.4.1)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.9.1)
unf_ext (0.0.8.2)
unicode-display_width (1.8.0)
webrick (1.8.1)