From 8a4e712e97b82af24bfaa56b8d2d58e5a7032ec5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Nov 2020 07:03:50 +0000 Subject: [PATCH] Bump simple_form from 3.5.1 to 5.0.0 Bumps [simple_form](https://github.com/plataformatec/simple_form) from 3.5.1 to 5.0.0. - [Release notes](https://github.com/plataformatec/simple_form/releases) - [Changelog](https://github.com/heartcombo/simple_form/blob/master/CHANGELOG.md) - [Commits](https://github.com/plataformatec/simple_form/compare/v3.5.1...v5.0.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 78f7a95..1a47342 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'turbolinks', '~> 5' gem 'jbuilder', '~> 2.5' gem 'haml', '~> 4.0', '>= 4.0.7' gem 'devise', '~> 4.2' -gem 'simple_form', '~> 3.2', '>= 3.2.1' +gem 'simple_form', '~> 5.0' gem 'bootstrap-sass', '~> 3.3', '>= 3.3.6' gem 'carrierwave', '~> 1.0' # Use Redis adapter to run Action Cable in production diff --git a/Gemfile.lock b/Gemfile.lock index 6e35202..676ff07 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -149,9 +149,9 @@ GEM tilt (>= 1.1, < 3) sassc (2.4.0) ffi (~> 1.9) - simple_form (3.5.1) - actionpack (> 4, < 5.2) - activemodel (> 4, < 5.2) + simple_form (5.0.0) + actionpack (>= 5.0) + activemodel (>= 5.0) spring (2.1.1) spring-watcher-listen (2.0.1) listen (>= 2.7, < 4.0) @@ -202,7 +202,7 @@ DEPENDENCIES puma (~> 3.0) rails (~> 5.0.2) sass-rails (~> 5.0) - simple_form (~> 3.2, >= 3.2.1) + simple_form (~> 5.0) spring spring-watcher-listen (~> 2.0.0) sqlite3 (~> 1.3.6)