From dae5f84008c4e88224640e6b1ef44697f1631802 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 15:00:40 +0000 Subject: [PATCH] Bump bootstrap_form from 5.0.0 to 5.1.0 Bumps [bootstrap_form](https://github.com/bootstrap-ruby/bootstrap_form) from 5.0.0 to 5.1.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/v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: bootstrap_form dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 26f0c3b..f8bfa78 100644 --- a/Gemfile +++ b/Gemfile @@ -40,7 +40,7 @@ gem 'web-console', '~> 4.2.0', group: :development gem 'listen', '~> 3.7.0', group: :development gem 'bootstrap', '~> 5.1.3' -gem "bootstrap_form", "~> 5.0" +gem "bootstrap_form", "~> 5.1" gem 'font-awesome-sass', '~> 6.2.0' # Use Diffy for showing translation diffs diff --git a/Gemfile.lock b/Gemfile.lock index 4746444..bf62fdf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,7 +78,7 @@ GEM autoprefixer-rails (>= 9.1.0) popper_js (>= 2.9.3, < 3) sassc-rails (>= 2.0.0) - bootstrap_form (5.0.0) + bootstrap_form (5.1.0) actionpack (>= 5.2) activemodel (>= 5.2) builder (3.2.4) @@ -316,7 +316,7 @@ PLATFORMS DEPENDENCIES bootsnap bootstrap (~> 5.1.3) - bootstrap_form (~> 5.0) + bootstrap_form (~> 5.1) coffee-rails (~> 5.0.0) devise (~> 4.8.0) diff-lcs