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

This commit is contained in:
Jim Martens 2023-01-28 10:37:59 +01:00
commit c01b54510e
4 changed files with 25 additions and 27 deletions

View File

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

View File

@ -8,20 +8,20 @@ GIT
GEM
remote: https://rubygems.org/
specs:
actionpack (7.0.4)
actionview (= 7.0.4)
activesupport (= 7.0.4)
actionpack (7.0.4.2)
actionview (= 7.0.4.2)
activesupport (= 7.0.4.2)
rack (~> 2.0, >= 2.2.0)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (7.0.4)
activesupport (= 7.0.4)
actionview (7.0.4.2)
activesupport (= 7.0.4.2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (7.0.4)
activesupport (7.0.4.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
@ -37,12 +37,12 @@ GEM
colorator (1.1.0)
commonmarker (0.17.13)
ruby-enum (~> 0.5)
concurrent-ruby (1.1.10)
concurrent-ruby (1.2.0)
crass (1.0.6)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
erubi (1.11.0)
erubi (1.12.0)
ethon (0.15.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
@ -89,7 +89,7 @@ GEM
http_parser.rb (0.8.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
jekyll (4.3.1)
jekyll (4.3.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
@ -145,9 +145,9 @@ GEM
jekyll (>= 3.7, < 5.0)
jekyll-titles-from-headings (0.5.3)
jekyll (>= 3.3, < 5.0)
jekyll-toc (0.17.1)
jekyll-toc (0.18.0)
jekyll (>= 3.9)
nokogiri (~> 1.11)
nokogiri (~> 1.12)
jekyll-watch (2.2.1)
listen (~> 3.0)
jemoji (0.13.0)
@ -177,7 +177,7 @@ GEM
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.16.3)
minitest (5.17.0)
multipart-post (2.1.1)
nokogiri (1.14.0)
mini_portile2 (~> 2.8.0)
@ -194,17 +194,17 @@ GEM
forwardable-extended (~> 2.6)
public_suffix (5.0.1)
racc (1.6.2)
rack (2.2.5)
rack (2.2.6.2)
rack-test (2.0.2)
rack (>= 1.3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.4)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (7.0.4)
actionpack (= 7.0.4)
activesupport (= 7.0.4)
railties (7.0.4.2)
actionpack (= 7.0.4.2)
activesupport (= 7.0.4.2)
method_source
rake (>= 12.2)
thor (~> 1.0)
@ -238,8 +238,6 @@ GEM
sass-embedded (1.57.1)
google-protobuf (~> 3.21)
rake (>= 10.0.0)
sass-embedded (1.57.1-x86_64-linux-gnu)
google-protobuf (~> 3.21)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
@ -253,7 +251,7 @@ GEM
unicode-display_width (2.4.2)
webrick (1.7.0)
yell (2.2.2)
zeitwerk (2.6.1)
zeitwerk (2.6.6)
PLATFORMS
ruby
@ -290,7 +288,7 @@ DEPENDENCIES
mini_racer (~> 0.6.3)
minima
nokogiri (>= 1.10.4)
rack (~> 2.2.5)
rack (~> 2.2.6)
railties (>= 5.2.2.1)
rouge
rubocop

View File

@ -16,7 +16,7 @@
"braces": "^3.0.2",
"browser-sync": "^2.27.11",
"child_process": "^1.0.2",
"core-js": "^3.27.1",
"core-js": "^3.27.2",
"del": "^6.1.1",
"fancy-log": "^2.0.0",
"fstream": "^1.0.12",

View File

@ -2312,10 +2312,10 @@ core-js-compat@^3.25.1:
dependencies:
browserslist "^4.21.3"
core-js@^3.27.1:
version "3.27.1"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.27.1.tgz#23cc909b315a6bb4e418bf40a52758af2103ba46"
integrity sha512-GutwJLBChfGCpwwhbYoqfv03LAfmiz7e7D/BNxzeMxwQf10GRSzqiOjx7AmtEk+heiD/JWmBuyBPgFtx0Sg1ww==
core-js@^3.27.2:
version "3.27.2"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.27.2.tgz#85b35453a424abdcacb97474797815f4d62ebbf7"
integrity sha512-9ashVQskuh5AZEZ1JdQWp1GqSoC1e1G87MzRqg2gIfVAQ7Qn9K+uFj8EcniUFA4P2NLZfV+TOlX1SzoKfo+s7w==
core-util-is@1.0.2, core-util-is@~1.0.0:
version "1.0.2"