Fix security vulnerabilities

pull/1/head
rebuilt 3 years ago
parent 94dc17e351
commit b3ded7e7be

@ -7,7 +7,7 @@ git_source(:github) do |repo_name|
end end
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 7.0.3' gem 'rails', '~> 7.0.4'
gem 'sprockets-rails' gem 'sprockets-rails'
gem 'pg' gem 'pg'

@ -184,7 +184,7 @@ GEM
listen (3.0.8) listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4) rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7) rb-inotify (~> 0.9, >= 0.9.7)
loofah (2.19.0) loofah (2.19.1)
crass (~> 1.0.2) crass (~> 1.0.2)
nokogiri (>= 1.5.9) nokogiri (>= 1.5.9)
mail (2.7.1) mail (2.7.1)
@ -208,7 +208,7 @@ GEM
net-protocol net-protocol
newrelic_rpm (8.8.0) newrelic_rpm (8.8.0)
nio4r (2.5.8) nio4r (2.5.8)
nokogiri (1.13.9) nokogiri (1.13.10)
mini_portile2 (~> 2.8.0) mini_portile2 (~> 2.8.0)
racc (~> 1.4) racc (~> 1.4)
omniauth (2.1.0) omniauth (2.1.0)
@ -225,7 +225,7 @@ GEM
public_suffix (4.0.7) public_suffix (4.0.7)
puma (5.6.4) puma (5.6.4)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.6.0) racc (1.6.2)
rack (2.2.4) rack (2.2.4)
rack-mini-profiler (3.0.0) rack-mini-profiler (3.0.0)
rack (>= 1.2.0) rack (>= 1.2.0)
@ -254,8 +254,8 @@ GEM
rails-dom-testing (2.0.3) rails-dom-testing (2.0.3)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
nokogiri (>= 1.6) nokogiri (>= 1.6)
rails-html-sanitizer (1.4.3) rails-html-sanitizer (1.4.4)
loofah (~> 2.3) loofah (~> 2.19, >= 2.19.1)
railties (7.0.4) railties (7.0.4)
actionpack (= 7.0.4) actionpack (= 7.0.4)
activesupport (= 7.0.4) activesupport (= 7.0.4)
@ -435,7 +435,7 @@ DEPENDENCIES
pg pg
puma (>= 5.6.4) puma (>= 5.6.4)
rack-mini-profiler rack-mini-profiler
rails (~> 7.0.3) rails (~> 7.0.4)
rails-controller-testing rails-controller-testing
redis (~> 3.0) redis (~> 3.0)
rspec-rails (~> 5.1.0) rspec-rails (~> 5.1.0)

@ -16,9 +16,9 @@
"@rails/ujs": "^6.0.0", "@rails/ujs": "^6.0.0",
"babel-preset-es2015": "^6.24.1", "babel-preset-es2015": "^6.24.1",
"bootstrap": "^5.1.3", "bootstrap": "^5.1.3",
"debounce": "^1.2.1",
"esbuild": "^0.13.6", "esbuild": "^0.13.6",
"sass": "^1.43.4", "sass": "^1.43.4"
"debounce": "^1.2.1"
}, },
"scripts": { "scripts": {
"build": "esbuild app/javascript/*.* --bundle --outdir=app/assets/builds", "build": "esbuild app/javascript/*.* --bundle --outdir=app/assets/builds",

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save