diff --git a/Gemfile b/Gemfile index eef3bfa48..241fa1459 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem 'bcrypt', '~> 3.1.18' # Security - for salted hashed interacted passwords gem 'blind_index', '~> 2.3.0' # Index encrypted email addresses gem 'bootstrap-sass', '~> 3.4' gem 'bootstrap-social-rails', '~> 4.12' -gem 'bootstrap_form', '~> 2.7' +gem 'bootstrap_form', '~> 5.4' gem 'bundler' # Ensure it's available # Note: if webpacker is used, see chartkick website for added instructions gem 'chartkick', '~> 4.0' # Chart project_stats diff --git a/Gemfile.lock b/Gemfile.lock index d74536ed0..1a537a661 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,7 +103,9 @@ GEM sassc (>= 2.0.0) bootstrap-social-rails (4.12.0) railties (>= 3.1) - bootstrap_form (2.7.0) + bootstrap_form (5.4.0) + actionpack (>= 6.1) + activemodel (>= 6.1) builder (3.3.0) bullet (8.0.0) activesupport (>= 3.0.0) @@ -592,7 +594,7 @@ DEPENDENCIES bootsnap bootstrap-sass (~> 3.4) bootstrap-social-rails (~> 4.12) - bootstrap_form (~> 2.7) + bootstrap_form (~> 5.4) bullet bundler bundler-audit