From 5dd7b38baad09f65284070fa7fcf6e91a732cb77 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Mon, 14 Oct 2019 14:10:02 +0200 Subject: [PATCH] update to simple_form 5 to fix a security vulnerability --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 02ca23f..ab46b66 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'puma', '~> 4.0' gem 'devise', '~> 4.7' gem 'devise-i18n', '~> 1.8' -gem 'simple_form', '~> 4.0' +gem 'simple_form', '~> 5.0' gem 'pundit', '~> 1.1' # Use SCSS for stylesheets diff --git a/Gemfile.lock b/Gemfile.lock index e864369..5aa597c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -308,7 +308,7 @@ GEM childprocess (>= 0.5, < 4.0) rubyzip (>= 1.2.2) shellany (0.0.1) - simple_form (4.1.0) + simple_form (5.0.1) actionpack (>= 5.0) activemodel (>= 5.0) simplecov (0.17.1) @@ -408,7 +408,7 @@ DEPENDENCIES rubocop (~> 0.56.0) sass-rails (~> 5) selenium-webdriver - simple_form (~> 4.0) + simple_form (~> 5.0) simplecov spring spring-watcher-listen (~> 2.0.0)