mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 13:38:18 -08:00
Bump versions of rails, actionpack and puma to address security vulnerabilities
This commit is contained in:
parent
378ea7dda9
commit
1ca88bf6d1
2 changed files with 74 additions and 74 deletions
4
Gemfile
4
Gemfile
|
|
@ -7,13 +7,13 @@ git_source(:github) do |repo_name|
|
|||
end
|
||||
|
||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||
gem 'rails', '~> 7.0.1'
|
||||
gem 'rails', '~> 7.0.2.2'
|
||||
gem 'sprockets-rails'
|
||||
|
||||
gem 'pg'
|
||||
|
||||
# Use Puma as the app server
|
||||
gem 'puma', '>= 5.5.2'
|
||||
gem 'puma', '>= 5.6.2'
|
||||
# Use Uglifier as compressor for JavaScript assets
|
||||
gem 'uglifier', '>= 1.3.0'
|
||||
# See https://github.com/rails/execjs#readme for more supported runtimes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue