mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -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'
|
||||
|
||||
# Use Puma as the app server
|
||||
gem 'puma', '>= 5.6.2'
|
||||
gem 'puma', '>= 5.6.4'
|
||||
# Use Uglifier as compressor for JavaScript assets
|
||||
gem 'uglifier', '>= 1.3.0'
|
||||
# See https://github.com/rails/execjs#readme for more supported runtimes
|
||||
|
|
@ -26,7 +26,7 @@ gem 'redis', '~> 3.0'
|
|||
# Use ActiveModel has_secure_password
|
||||
# gem 'bcrypt', '~> 3.1.7'
|
||||
|
||||
gem 'nokogiri', '>= 1.12.5'
|
||||
gem 'nokogiri', '>= 1.13.4'
|
||||
|
||||
gem 'bootsnap', require: false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue