mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Fix security vulnerabilities
This commit is contained in:
parent
94dc17e351
commit
b3ded7e7be
4 changed files with 680 additions and 479 deletions
2
Gemfile
2
Gemfile
|
|
@ -7,7 +7,7 @@ git_source(:github) do |repo_name|
|
|||
end
|
||||
|
||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||
gem 'rails', '~> 7.0.3'
|
||||
gem 'rails', '~> 7.0.4'
|
||||
gem 'sprockets-rails'
|
||||
|
||||
gem 'pg'
|
||||
|
|
|
|||
12
Gemfile.lock
12
Gemfile.lock
|
|
@ -184,7 +184,7 @@ GEM
|
|||
listen (3.0.8)
|
||||
rb-fsevent (~> 0.9, >= 0.9.4)
|
||||
rb-inotify (~> 0.9, >= 0.9.7)
|
||||
loofah (2.19.0)
|
||||
loofah (2.19.1)
|
||||
crass (~> 1.0.2)
|
||||
nokogiri (>= 1.5.9)
|
||||
mail (2.7.1)
|
||||
|
|
@ -208,7 +208,7 @@ GEM
|
|||
net-protocol
|
||||
newrelic_rpm (8.8.0)
|
||||
nio4r (2.5.8)
|
||||
nokogiri (1.13.9)
|
||||
nokogiri (1.13.10)
|
||||
mini_portile2 (~> 2.8.0)
|
||||
racc (~> 1.4)
|
||||
omniauth (2.1.0)
|
||||
|
|
@ -225,7 +225,7 @@ GEM
|
|||
public_suffix (4.0.7)
|
||||
puma (5.6.4)
|
||||
nio4r (~> 2.0)
|
||||
racc (1.6.0)
|
||||
racc (1.6.2)
|
||||
rack (2.2.4)
|
||||
rack-mini-profiler (3.0.0)
|
||||
rack (>= 1.2.0)
|
||||
|
|
@ -254,8 +254,8 @@ GEM
|
|||
rails-dom-testing (2.0.3)
|
||||
activesupport (>= 4.2.0)
|
||||
nokogiri (>= 1.6)
|
||||
rails-html-sanitizer (1.4.3)
|
||||
loofah (~> 2.3)
|
||||
rails-html-sanitizer (1.4.4)
|
||||
loofah (~> 2.19, >= 2.19.1)
|
||||
railties (7.0.4)
|
||||
actionpack (= 7.0.4)
|
||||
activesupport (= 7.0.4)
|
||||
|
|
@ -435,7 +435,7 @@ DEPENDENCIES
|
|||
pg
|
||||
puma (>= 5.6.4)
|
||||
rack-mini-profiler
|
||||
rails (~> 7.0.3)
|
||||
rails (~> 7.0.4)
|
||||
rails-controller-testing
|
||||
redis (~> 3.0)
|
||||
rspec-rails (~> 5.1.0)
|
||||
|
|
|
|||
|
|
@ -16,9 +16,9 @@
|
|||
"@rails/ujs": "^6.0.0",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"bootstrap": "^5.1.3",
|
||||
"debounce": "^1.2.1",
|
||||
"esbuild": "^0.13.6",
|
||||
"sass": "^1.43.4",
|
||||
"debounce": "^1.2.1"
|
||||
"sass": "^1.43.4"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "esbuild app/javascript/*.* --bundle --outdir=app/assets/builds",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue