Merge branch 'master' of github.com:2martens/2martens.de
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
2
Gemfile
2
Gemfile
@ -33,7 +33,7 @@ gem 'kramdown'
|
||||
gem 'liquid'
|
||||
gem 'listen'
|
||||
gem 'mercenary'
|
||||
gem 'rack', '~> 2.2.3'
|
||||
gem 'rack', '~> 2.2.4'
|
||||
gem 'railties', '>= 5.2.2.1'
|
||||
gem 'rouge'
|
||||
gem 'rubocop'
|
||||
|
||||
18
Gemfile.lock
18
Gemfile.lock
@ -153,6 +153,7 @@ GEM
|
||||
gemoji (~> 3.0)
|
||||
html-pipeline (~> 2.2)
|
||||
jekyll (>= 3.0, < 5.0)
|
||||
json (2.6.2)
|
||||
kramdown (2.4.0)
|
||||
rexml
|
||||
kramdown-parser-gfm (1.1.0)
|
||||
@ -177,10 +178,10 @@ GEM
|
||||
jekyll-seo-tag (~> 2.1)
|
||||
minitest (5.15.0)
|
||||
multipart-post (2.1.1)
|
||||
nokogiri (1.13.6)
|
||||
nokogiri (1.13.7)
|
||||
mini_portile2 (~> 2.8.0)
|
||||
racc (~> 1.4)
|
||||
nokogiri (1.13.6-x86_64-linux)
|
||||
nokogiri (1.13.7-x86_64-linux)
|
||||
racc (~> 1.4)
|
||||
octokit (4.22.0)
|
||||
faraday (>= 0.9)
|
||||
@ -192,13 +193,13 @@ GEM
|
||||
forwardable-extended (~> 2.6)
|
||||
public_suffix (4.0.7)
|
||||
racc (1.6.0)
|
||||
rack (2.2.3.1)
|
||||
rack (2.2.4)
|
||||
rack-test (1.1.0)
|
||||
rack (>= 1.0, < 3)
|
||||
rails-dom-testing (2.0.3)
|
||||
activesupport (>= 4.2.0)
|
||||
nokogiri (>= 1.6)
|
||||
rails-html-sanitizer (1.4.2)
|
||||
rails-html-sanitizer (1.4.3)
|
||||
loofah (~> 2.3)
|
||||
railties (6.1.6)
|
||||
actionpack (= 6.1.6)
|
||||
@ -214,16 +215,17 @@ GEM
|
||||
regexp_parser (2.5.0)
|
||||
rexml (3.2.5)
|
||||
rouge (3.29.0)
|
||||
rubocop (1.30.1)
|
||||
rubocop (1.32.0)
|
||||
json (~> 2.3)
|
||||
parallel (~> 1.10)
|
||||
parser (>= 3.1.0.0)
|
||||
rainbow (>= 2.2.2, < 4.0)
|
||||
regexp_parser (>= 1.8, < 3.0)
|
||||
rexml (>= 3.2.5, < 4.0)
|
||||
rubocop-ast (>= 1.18.0, < 2.0)
|
||||
rubocop-ast (>= 1.19.1, < 2.0)
|
||||
ruby-progressbar (~> 1.7)
|
||||
unicode-display_width (>= 1.4.0, < 3.0)
|
||||
rubocop-ast (1.18.0)
|
||||
rubocop-ast (1.19.1)
|
||||
parser (>= 3.1.1.0)
|
||||
ruby-enum (0.8.0)
|
||||
i18n
|
||||
@ -282,7 +284,7 @@ DEPENDENCIES
|
||||
mini_racer (~> 0.6.2)
|
||||
minima
|
||||
nokogiri (>= 1.10.4)
|
||||
rack (~> 2.2.3)
|
||||
rack (~> 2.2.4)
|
||||
railties (>= 5.2.2.1)
|
||||
rouge
|
||||
rubocop
|
||||
|
||||
@ -4,19 +4,19 @@
|
||||
"description": "My website",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
"bootstrap": "^4.6.1",
|
||||
"bootstrap": "^4.6.2",
|
||||
"jquery": "^3.6.0",
|
||||
"js-yaml": "4.1.0",
|
||||
"popper.js": "^1.16.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.18.5",
|
||||
"@babel/preset-env": "^7.18.2",
|
||||
"@babel/core": "^7.18.6",
|
||||
"@babel/preset-env": "^7.18.9",
|
||||
"autoprefixer": "^9.8.8",
|
||||
"braces": "^3.0.2",
|
||||
"browser-sync": "^2.27.10",
|
||||
"child_process": "^1.0.2",
|
||||
"core-js": "^3.23.2",
|
||||
"core-js": "^3.23.5",
|
||||
"del": "^6.1.1",
|
||||
"fancy-log": "^2.0.0",
|
||||
"fstream": "^1.0.12",
|
||||
|
||||
Reference in New Issue
Block a user