update to simple_form 5 to fix a security vulnerability

This commit is contained in:
Jérémy Lecour 2019-10-14 14:10:02 +02:00 committed by Jérémy Lecour
parent dc754365e3
commit 5dd7b38baa
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ gem 'puma', '~> 4.0'
gem 'devise', '~> 4.7' gem 'devise', '~> 4.7'
gem 'devise-i18n', '~> 1.8' gem 'devise-i18n', '~> 1.8'
gem 'simple_form', '~> 4.0' gem 'simple_form', '~> 5.0'
gem 'pundit', '~> 1.1' gem 'pundit', '~> 1.1'
# Use SCSS for stylesheets # Use SCSS for stylesheets

View File

@ -308,7 +308,7 @@ GEM
childprocess (>= 0.5, < 4.0) childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2) rubyzip (>= 1.2.2)
shellany (0.0.1) shellany (0.0.1)
simple_form (4.1.0) simple_form (5.0.1)
actionpack (>= 5.0) actionpack (>= 5.0)
activemodel (>= 5.0) activemodel (>= 5.0)
simplecov (0.17.1) simplecov (0.17.1)
@ -408,7 +408,7 @@ DEPENDENCIES
rubocop (~> 0.56.0) rubocop (~> 0.56.0)
sass-rails (~> 5) sass-rails (~> 5)
selenium-webdriver selenium-webdriver
simple_form (~> 4.0) simple_form (~> 5.0)
simplecov simplecov
spring spring
spring-watcher-listen (~> 2.0.0) spring-watcher-listen (~> 2.0.0)