mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
Patch security vulnerabilities
This commit is contained in:
parent
2d945fb696
commit
0e85370b90
2 changed files with 7 additions and 7 deletions
4
Gemfile
4
Gemfile
|
|
@ -13,7 +13,7 @@ gem 'sprockets-rails'
|
||||||
gem 'pg'
|
gem 'pg'
|
||||||
|
|
||||||
# Use Puma as the app server
|
# Use Puma as the app server
|
||||||
gem 'puma', '>= 5.6.2'
|
gem 'puma', '>= 5.6.4'
|
||||||
# Use Uglifier as compressor for JavaScript assets
|
# Use Uglifier as compressor for JavaScript assets
|
||||||
gem 'uglifier', '>= 1.3.0'
|
gem 'uglifier', '>= 1.3.0'
|
||||||
# See https://github.com/rails/execjs#readme for more supported runtimes
|
# See https://github.com/rails/execjs#readme for more supported runtimes
|
||||||
|
|
@ -26,7 +26,7 @@ gem 'redis', '~> 3.0'
|
||||||
# Use ActiveModel has_secure_password
|
# Use ActiveModel has_secure_password
|
||||||
# gem 'bcrypt', '~> 3.1.7'
|
# gem 'bcrypt', '~> 3.1.7'
|
||||||
|
|
||||||
gem 'nokogiri', '>= 1.12.5'
|
gem 'nokogiri', '>= 1.13.4'
|
||||||
|
|
||||||
gem 'bootsnap', require: false
|
gem 'bootsnap', require: false
|
||||||
|
|
||||||
|
|
|
||||||
10
Gemfile.lock
10
Gemfile.lock
|
|
@ -182,9 +182,9 @@ GEM
|
||||||
timeout
|
timeout
|
||||||
newrelic_rpm (8.4.0)
|
newrelic_rpm (8.4.0)
|
||||||
nio4r (2.5.8)
|
nio4r (2.5.8)
|
||||||
nokogiri (1.13.3-x86_64-darwin)
|
nokogiri (1.13.4-x86_64-darwin)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nokogiri (1.13.3-x86_64-linux)
|
nokogiri (1.13.4-x86_64-linux)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
omniauth (2.0.4)
|
omniauth (2.0.4)
|
||||||
hashie (>= 3.4.6)
|
hashie (>= 3.4.6)
|
||||||
|
|
@ -198,7 +198,7 @@ GEM
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
pg (1.3.1)
|
pg (1.3.1)
|
||||||
public_suffix (4.0.6)
|
public_suffix (4.0.6)
|
||||||
puma (5.6.2)
|
puma (5.6.4)
|
||||||
nio4r (~> 2.0)
|
nio4r (~> 2.0)
|
||||||
racc (1.6.0)
|
racc (1.6.0)
|
||||||
rack (2.2.3)
|
rack (2.2.3)
|
||||||
|
|
@ -355,11 +355,11 @@ DEPENDENCIES
|
||||||
listen (~> 3.0.5)
|
listen (~> 3.0.5)
|
||||||
nested_scaffold
|
nested_scaffold
|
||||||
newrelic_rpm
|
newrelic_rpm
|
||||||
nokogiri (>= 1.12.5)
|
nokogiri (>= 1.13.4)
|
||||||
omniauth
|
omniauth
|
||||||
parallel_tests
|
parallel_tests
|
||||||
pg
|
pg
|
||||||
puma (>= 5.6.2)
|
puma (>= 5.6.4)
|
||||||
rack-mini-profiler
|
rack-mini-profiler
|
||||||
rails (~> 7.0.2.2)
|
rails (~> 7.0.2.2)
|
||||||
rails-controller-testing
|
rails-controller-testing
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue