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:
10
Gemfile.lock
10
Gemfile.lock
@ -136,7 +136,7 @@ GEM
|
||||
rexml
|
||||
kramdown-parser-gfm (1.1.0)
|
||||
kramdown (~> 2.0)
|
||||
libv8-node (15.14.0.0)
|
||||
libv8-node (16.10.0.0)
|
||||
liquid (4.0.3)
|
||||
listen (3.7.0)
|
||||
rb-fsevent (~> 0.10, >= 0.10.3)
|
||||
@ -147,8 +147,8 @@ GEM
|
||||
mercenary (0.4.0)
|
||||
method_source (1.0.0)
|
||||
mini_portile2 (2.6.1)
|
||||
mini_racer (0.4.0)
|
||||
libv8-node (~> 15.14.0.0)
|
||||
mini_racer (0.5.0)
|
||||
libv8-node (~> 16.10.0.0)
|
||||
minima (2.5.1)
|
||||
jekyll (>= 3.5, < 5.0)
|
||||
jekyll-feed (~> 0.9)
|
||||
@ -192,7 +192,7 @@ GEM
|
||||
regexp_parser (2.1.1)
|
||||
rexml (3.2.5)
|
||||
rouge (3.26.1)
|
||||
rubocop (1.22.3)
|
||||
rubocop (1.23.0)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.0.0.0)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
@ -201,7 +201,7 @@ GEM
|
||||
rubocop-ast (>= 1.12.0, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 3.0)
|
||||
rubocop-ast (1.12.0)
|
||||
rubocop-ast (1.13.0)
|
||||
parser (>= 3.0.1.1)
|
||||
ruby-enum (0.8.0)
|
||||
i18n
|
||||
|
||||
@ -11,12 +11,12 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.16.0",
|
||||
"@babel/preset-env": "^7.15.8",
|
||||
"@babel/preset-env": "^7.16.4",
|
||||
"autoprefixer": "^9.8.8",
|
||||
"braces": "^3.0.2",
|
||||
"browser-sync": "^2.27.7",
|
||||
"child_process": "^1.0.2",
|
||||
"core-js": "^3.19.0",
|
||||
"core-js": "^3.19.2",
|
||||
"del": "^6.0.0",
|
||||
"fancy-log": "^1.3.3",
|
||||
"fstream": "^1.0.12",
|
||||
@ -39,7 +39,7 @@
|
||||
"mixin-deep": "^2.0.1",
|
||||
"node-sass": "^6.0.1",
|
||||
"regenerator-runtime": "^0.13.9",
|
||||
"sass": "^1.43.4",
|
||||
"sass": "^1.44.0",
|
||||
"set-value": "^4.1.0"
|
||||
},
|
||||
"resolutions": {
|
||||
|
||||
Reference in New Issue
Block a user