mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
fix dependabot alerts by upgrading puma and nokogiri
This commit is contained in:
parent
cff51bc9f6
commit
bb6f6306c4
5 changed files with 54 additions and 41 deletions
4
Gemfile
4
Gemfile
|
|
@ -13,7 +13,7 @@ gem 'rails', '~> 6.1.4.1'
|
|||
gem 'pg'
|
||||
|
||||
# Use Puma as the app server
|
||||
gem 'puma', '~> 3.0'
|
||||
gem "puma", ">= 5.5.2"
|
||||
# Use SCSS for stylesheets
|
||||
gem 'sassc-rails'
|
||||
# Use Uglifier as compressor for JavaScript assets
|
||||
|
|
@ -34,6 +34,8 @@ gem 'jbuilder', '~> 2.5'
|
|||
# Use Capistrano for deployment
|
||||
# gem 'capistrano-rails', group: :development
|
||||
|
||||
gem "nokogiri", ">= 1.12.5"
|
||||
|
||||
gem 'bootsnap', require: false
|
||||
|
||||
gem 'haml'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue