From bb08abfe4bf971a1899f44ea2487cba7485add71 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Wed, 6 Jun 2018 14:50:42 +0000 Subject: [PATCH] Update simple_form to version 4.0.1 --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index aedf0d0..653034e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -296,9 +296,9 @@ GEM shoulda-context (1.2.2) shoulda-matchers (2.8.0) activesupport (>= 3.0.0) - simple_form (3.5.1) - actionpack (> 4, < 5.2) - activemodel (> 4, < 5.2) + simple_form (4.0.1) + actionpack (>= 5.0) + activemodel (>= 5.0) simplecov (0.16.1) docile (~> 1.1) json (>= 1.8, < 3)