From 3215cb629e844169248c28bea7506df642d0e496 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Nov 2021 21:07:06 +0000 Subject: [PATCH] Bump bootstrap_form from 2.7.0 to 5.0.0 Bumps [bootstrap_form](https://github.com/bootstrap-ruby/bootstrap_form) from 2.7.0 to 5.0.0. - [Release notes](https://github.com/bootstrap-ruby/bootstrap_form/releases) - [Changelog](https://github.com/bootstrap-ruby/bootstrap_form/blob/main/CHANGELOG.md) - [Commits](https://github.com/bootstrap-ruby/bootstrap_form/compare/v2.7.0...v5.0.0) --- updated-dependencies: - dependency-name: bootstrap_form dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 9913203..6c540b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,7 +66,9 @@ GEM bootstrap-sass (3.4.1) autoprefixer-rails (>= 5.2.1) sassc (>= 2.0.0) - bootstrap_form (2.7.0) + bootstrap_form (5.0.0) + actionpack (>= 5.2) + activemodel (>= 5.2) builder (3.2.4) byebug (10.0.2) case_transform (0.2)