Downgrade bootstrap_form to match Bootstrap version

This commit is contained in:
Andreas Nedbal 2022-10-08 14:58:36 +02:00
parent c022b1cecc
commit 1f5768a998
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ gem "bcrypt", "~> 3.1.18"
gem "active_model_otp" gem "active_model_otp"
gem "bootsnap", require: false gem "bootsnap", require: false
gem "bootstrap_form" gem "bootstrap_form", "~> 4.5"
gem "carrierwave", "~> 2.0" gem "carrierwave", "~> 2.0"
gem "carrierwave_backgrounder", git: "https://github.com/mltnhm/carrierwave_backgrounder.git" gem "carrierwave_backgrounder", git: "https://github.com/mltnhm/carrierwave_backgrounder.git"
gem "colorize" gem "colorize"

View File

@ -88,7 +88,7 @@ GEM
debug_inspector (>= 0.0.1) debug_inspector (>= 0.0.1)
bootsnap (1.13.0) bootsnap (1.13.0)
msgpack (~> 1.2) msgpack (~> 1.2)
bootstrap_form (5.1.0) bootstrap_form (4.5.0)
actionpack (>= 5.2) actionpack (>= 5.2)
activemodel (>= 5.2) activemodel (>= 5.2)
brakeman (5.3.1) brakeman (5.3.1)
@ -580,7 +580,7 @@ DEPENDENCIES
better_errors better_errors
binding_of_caller binding_of_caller
bootsnap bootsnap
bootstrap_form bootstrap_form (~> 4.5)
brakeman brakeman
bullet bullet
byebug byebug