Merge branch 'master' of github.com:2martens/2martens.de
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-01-03 19:04:12 +01:00
4 changed files with 767 additions and 714 deletions

View File

@ -33,7 +33,7 @@ gem 'kramdown'
gem 'liquid' gem 'liquid'
gem 'listen' gem 'listen'
gem 'mercenary' gem 'mercenary'
gem 'rack', '~> 3.1.7' gem 'rack', '~> 3.1.8'
gem 'railties', '>= 5.2.2.1' gem 'railties', '>= 5.2.2.1'
gem 'rouge' gem 'rouge'
gem 'rubocop' gem 'rubocop'

View File

@ -18,9 +18,9 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
Ascii85 (1.1.0) Ascii85 (1.1.0)
actionpack (8.0.0) actionpack (8.0.0.1)
actionview (= 8.0.0) actionview (= 8.0.0.1)
activesupport (= 8.0.0) activesupport (= 8.0.0.1)
nokogiri (>= 1.8.5) nokogiri (>= 1.8.5)
rack (>= 2.2.4) rack (>= 2.2.4)
rack-session (>= 1.0.1) rack-session (>= 1.0.1)
@ -28,13 +28,13 @@ GEM
rails-dom-testing (~> 2.2) rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6) rails-html-sanitizer (~> 1.6)
useragent (~> 0.16) useragent (~> 0.16)
actionview (8.0.0) actionview (8.0.0.1)
activesupport (= 8.0.0) activesupport (= 8.0.0.1)
builder (~> 3.1) builder (~> 3.1)
erubi (~> 1.11) erubi (~> 1.11)
rails-dom-testing (~> 2.2) rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6) rails-html-sanitizer (~> 1.6)
activesupport (8.0.0) activesupport (8.0.0.1)
base64 base64
benchmark (>= 0.3) benchmark (>= 0.3)
bigdecimal bigdecimal
@ -58,7 +58,7 @@ GEM
timers (~> 4.1) timers (~> 4.1)
base64 (0.2.0) base64 (0.2.0)
benchmark (0.4.0) benchmark (0.4.0)
bigdecimal (3.1.8) bigdecimal (3.1.9)
builder (3.3.0) builder (3.3.0)
coffee-script (2.4.1) coffee-script (2.4.1)
coffee-script-source coffee-script-source
@ -76,7 +76,7 @@ GEM
em-websocket (0.5.3) em-websocket (0.5.3)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
http_parser.rb (~> 0) http_parser.rb (~> 0)
erubi (1.13.0) erubi (1.13.1)
ethon (0.16.0) ethon (0.16.0)
ffi (>= 1.15.0) ffi (>= 1.15.0)
eventmachine (1.2.7) eventmachine (1.2.7)
@ -192,8 +192,8 @@ GEM
listen (3.9.0) listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3) rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10) rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.2) logger (1.6.4)
loofah (2.22.0) loofah (2.24.0)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.12.0) nokogiri (>= 1.12.0)
mercenary (0.4.0) mercenary (0.4.0)
@ -225,10 +225,10 @@ GEM
stringio stringio
public_suffix (6.0.1) public_suffix (6.0.1)
racc (1.8.1) racc (1.8.1)
rack (3.1.7) rack (3.1.8)
rack-session (2.0.0) rack-session (2.0.0)
rack (>= 3.0.0) rack (>= 3.0.0)
rack-test (2.1.0) rack-test (2.2.0)
rack (>= 1.3) rack (>= 1.3)
rackup (2.1.0) rackup (2.1.0)
rack (>= 3) rack (>= 3)
@ -237,12 +237,12 @@ GEM
activesupport (>= 5.0.0) activesupport (>= 5.0.0)
minitest minitest
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.6.1) rails-html-sanitizer (1.6.2)
loofah (~> 2.21) loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0) nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
railties (8.0.0) railties (8.0.0.1)
actionpack (= 8.0.0) actionpack (= 8.0.0.1)
activesupport (= 8.0.0) activesupport (= 8.0.0.1)
irb (~> 1.13) irb (~> 1.13)
rackup (>= 1.0.0) rackup (>= 1.0.0)
rake (>= 12.2) rake (>= 12.2)
@ -286,7 +286,7 @@ GEM
sawyer (0.9.2) sawyer (0.9.2)
addressable (>= 2.3.5) addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3) faraday (>= 0.17.3, < 3)
securerandom (0.4.0) securerandom (0.4.1)
stringio (3.1.0) stringio (3.1.0)
terminal-table (3.0.2) terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3) unicode-display_width (>= 1.1.1, < 3)
@ -299,7 +299,7 @@ GEM
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
unicode-display_width (2.6.0) unicode-display_width (2.6.0)
uri (1.0.2) uri (1.0.2)
useragent (0.16.10) useragent (0.16.11)
webrick (1.9.0) webrick (1.9.0)
yell (2.2.2) yell (2.2.2)
zeitwerk (2.6.15) zeitwerk (2.6.15)
@ -340,7 +340,7 @@ DEPENDENCIES
mini_racer (~> 0.15.0) mini_racer (~> 0.15.0)
minima! minima!
nokogiri (>= 1.10.4) nokogiri (>= 1.10.4)
rack (~> 3.1.7) rack (~> 3.1.8)
railties (>= 5.2.2.1) railties (>= 5.2.2.1)
rouge rouge
rubocop rubocop

View File

@ -12,7 +12,7 @@
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.25.2", "@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4", "@babel/preset-env": "^7.26.0",
"autoprefixer": "^10.4.20", "autoprefixer": "^10.4.20",
"braces": "^3.0.3", "braces": "^3.0.3",
"browser-sync": "^3.0.2", "browser-sync": "^3.0.2",
@ -41,7 +41,7 @@
"node-sass": "^9.0.0", "node-sass": "^9.0.0",
"postcss": "^8.4.43", "postcss": "^8.4.43",
"regenerator-runtime": "^0.14.1", "regenerator-runtime": "^0.14.1",
"sass": "^1.77.8", "sass": "^1.83.0",
"set-value": "^4.1.0" "set-value": "^4.1.0"
}, },
"resolutions": { "resolutions": {

1437
yarn.lock

File diff suppressed because it is too large Load Diff