Upgrade to Rails 6.0 and apply new framework defaults

This commit is contained in:
Sebastian Serth
2021-05-10 22:04:49 +02:00
parent 3c4ff307af
commit 8378070bc2
25 changed files with 232 additions and 171 deletions

View File

@@ -2,21 +2,21 @@
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.3",
"@rails/webpacker": "^5.3.0",
"@sentry/browser": "^6.2.1",
"@sentry/browser": "^6.3.6",
"bootstrap": "^4.6.0",
"bootswatch": "^5.0.0",
"bootswatch": "^4.6.0",
"chosen-js": "^1.8.7",
"d3": "^6.7.0",
"d3-tip": "^0.9.1",
"highlight.js": "^10.7.1",
"jquery": "^3.5.1",
"highlight.js": "^10.7.2",
"jquery": "^3.6.0",
"jquery-ui": "^1.12.1",
"jquery-ujs": "^1.2.2",
"jstree": "^3.3.11",
"opensans-webkit": "^1.1.0",
"popper.js": "^1.16.1",
"sortablejs": "^1.13.0",
"underscore": "^1.13.0",
"underscore": "^1.13.1",
"vis": "^4.21.0",
"webpack-merge": "^5.7.3"
},