Bump versions of rails, actionpack and puma to address security vulnerabilities

This commit is contained in:
rebuilt 2022-02-11 23:30:44 +01:00
parent 378ea7dda9
commit 1ca88bf6d1
2 changed files with 74 additions and 74 deletions

View file

@ -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