From df2056f1afd8a58605a24e258e3cb2d95edb0a30 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Wed, 4 Jan 2023 10:53:26 +0100 Subject: [PATCH] Update bootstrap_form to 5.1 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c6bfe77c..595cbc4f 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem "bcrypt", "~> 3.1.18" gem "active_model_otp" gem "bootsnap", require: false -gem "bootstrap_form", "~> 4.5" +gem "bootstrap_form", "~> 5.0" 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 f1b1ec67..79b539bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,7 +87,7 @@ GEM debug_inspector (>= 0.0.1) bootsnap (1.15.0) msgpack (~> 1.2) - bootstrap_form (4.5.0) + bootstrap_form (5.1.0) actionpack (>= 5.2) activemodel (>= 5.2) buftok (0.2.0) @@ -546,7 +546,7 @@ DEPENDENCIES better_errors binding_of_caller bootsnap - bootstrap_form (~> 4.5) + bootstrap_form (~> 5.0) bullet carrierwave (~> 2.0) carrierwave_backgrounder!