From 1f5768a998115ef29ed575483df353129d9a27c9 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sat, 8 Oct 2022 14:58:36 +0200 Subject: [PATCH] Downgrade bootstrap_form to match Bootstrap version --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 004de145..88173046 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "bcrypt", "~> 3.1.18" gem "active_model_otp" gem "bootsnap", require: false -gem "bootstrap_form" +gem "bootstrap_form", "~> 4.5" gem "carrierwave", "~> 2.0" gem "carrierwave_backgrounder", git: "https://github.com/mltnhm/carrierwave_backgrounder.git" gem "colorize" diff --git a/Gemfile.lock b/Gemfile.lock index 40c50a03..e1186a2e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,7 +88,7 @@ GEM debug_inspector (>= 0.0.1) bootsnap (1.13.0) msgpack (~> 1.2) - bootstrap_form (5.1.0) + bootstrap_form (4.5.0) actionpack (>= 5.2) activemodel (>= 5.2) brakeman (5.3.1) @@ -580,7 +580,7 @@ DEPENDENCIES better_errors binding_of_caller bootsnap - bootstrap_form + bootstrap_form (~> 4.5) brakeman bullet byebug