Merge branch 'master' of github.com:2martens/2martens.de
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
2
Gemfile
2
Gemfile
@ -43,4 +43,4 @@ gem 'loofah', '>= 2.3.1'
|
||||
# gem 'ruby-oembed'
|
||||
gem 'terminal-table'
|
||||
|
||||
gem "mini_racer", "~> 0.12.0"
|
||||
gem "mini_racer", "~> 0.13.0"
|
||||
|
||||
18
Gemfile.lock
18
Gemfile.lock
@ -181,8 +181,8 @@ GEM
|
||||
kramdown-parser-gfm (1.1.0)
|
||||
kramdown (~> 2.0)
|
||||
language_server-protocol (3.17.0.3)
|
||||
libv8-node (21.7.2.0)
|
||||
libv8-node (21.7.2.0-x86_64-linux)
|
||||
libv8-node (22.5.1.0)
|
||||
libv8-node (22.5.1.0-x86_64-linux)
|
||||
liquid (4.0.4)
|
||||
listen (3.9.0)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
@ -192,14 +192,14 @@ GEM
|
||||
nokogiri (>= 1.12.0)
|
||||
mercenary (0.4.0)
|
||||
mini_portile2 (2.8.7)
|
||||
mini_racer (0.12.0)
|
||||
libv8-node (~> 21.7.2.0)
|
||||
mini_racer (0.13.0)
|
||||
libv8-node (~> 22.5.1.0)
|
||||
minitest (5.24.1)
|
||||
mutex_m (0.2.0)
|
||||
nokogiri (1.16.5)
|
||||
nokogiri (1.16.7)
|
||||
mini_portile2 (~> 2.8.2)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.16.5-x86_64-linux)
|
||||
nokogiri (1.16.7-x86_64-linux)
|
||||
racc (~> 1.4)
|
||||
octokit (4.25.1)
|
||||
faraday (>= 1, < 3)
|
||||
@ -219,7 +219,7 @@ GEM
|
||||
psych (5.1.2)
|
||||
stringio
|
||||
public_suffix (5.0.5)
|
||||
racc (1.8.0)
|
||||
racc (1.8.1)
|
||||
rack (3.1.5)
|
||||
rack-session (2.0.0)
|
||||
rack (>= 3.0.0)
|
||||
@ -253,7 +253,7 @@ GEM
|
||||
regexp_parser (2.9.2)
|
||||
reline (0.5.8)
|
||||
io-console (~> 0.5)
|
||||
rexml (3.3.2)
|
||||
rexml (3.3.3)
|
||||
strscan
|
||||
rouge (4.3.0)
|
||||
rubocop (1.64.1)
|
||||
@ -331,7 +331,7 @@ DEPENDENCIES
|
||||
listen
|
||||
loofah (>= 2.3.1)
|
||||
mercenary
|
||||
mini_racer (~> 0.12.0)
|
||||
mini_racer (~> 0.13.0)
|
||||
minima!
|
||||
nokogiri (>= 1.10.4)
|
||||
rack (~> 3.1.5)
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.24.7",
|
||||
"@babel/preset-env": "^7.24.6",
|
||||
"@babel/preset-env": "^7.25.3",
|
||||
"autoprefixer": "^10.4.19",
|
||||
"braces": "^3.0.3",
|
||||
"browser-sync": "^3.0.2",
|
||||
@ -39,9 +39,9 @@
|
||||
"micromatch": "^4.0.7",
|
||||
"mixin-deep": "^2.0.1",
|
||||
"node-sass": "^9.0.0",
|
||||
"postcss": "^8.4.39",
|
||||
"postcss": "^8.4.40",
|
||||
"regenerator-runtime": "^0.14.1",
|
||||
"sass": "^1.77.6",
|
||||
"sass": "^1.77.8",
|
||||
"set-value": "^4.1.0"
|
||||
},
|
||||
"resolutions": {
|
||||
|
||||
Reference in New Issue
Block a user