From abfce1b537764ead492ae35e115ff4a25aa58e60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 07:06:41 +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 537bc6a..160608b 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem 'pg' gem 'figaro' gem 'jquery-rails' -gem 'simple_form', '~> 3.5.0' +gem 'simple_form', '~> 5.0.0' gem 'font-awesome-sass' gem 'slim-rails' gem 'high_voltage', '~> 3.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index d5ced59..95a2547 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -257,9 +257,9 @@ GEM connection_pool (>= 2.2.2) rack (~> 2.0) redis (>= 4.2.0) - simple_form (3.5.1) - actionpack (> 4, < 5.2) - activemodel (> 4, < 5.2) + simple_form (5.0.0) + actionpack (>= 5.0) + activemodel (>= 5.0) slim (4.1.0) temple (>= 0.7.6, < 0.9) tilt (>= 2.0.6, < 2.1) @@ -340,7 +340,7 @@ DEPENDENCIES sass-rails (~> 5.0) selenium-webdriver sidekiq - simple_form (~> 3.5.0) + simple_form (~> 5.0.0) slim-rails spring spring-watcher-listen (~> 2.0.0)