gems: upgrade to Rails 5.2.4.3
Fixes: - CVE-2020-8165 - CVE-2020-8166 - CVE-2020-8162
This commit is contained in:
parent
431485ebef
commit
f6d92eb659
2 changed files with 43 additions and 43 deletions
2
Gemfile
2
Gemfile
|
@ -59,7 +59,7 @@ gem 'puma' # Use Puma as the app server
|
|||
gem 'pundit'
|
||||
gem 'rack-attack'
|
||||
gem 'rack-mini-profiler'
|
||||
gem 'rails', '= 5.2.4.2'
|
||||
gem 'rails', '= 5.2.4.3'
|
||||
gem 'rails-i18n' # Locales par défaut
|
||||
gem 'rake-progressbar', require: false
|
||||
gem 'react-rails'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue