Add bootstrap_form formbuilder gem

This commit is contained in:
Andy Allan 2020-06-24 12:24:27 +02:00
parent 4a25d60876
commit 54616e9612
3 changed files with 6 additions and 0 deletions

View file

@ -44,6 +44,7 @@ gem "actionpack-page_caching", ">= 1.2.0"
gem "active_record_union"
gem "activerecord-import"
gem "bootstrap", "~> 4.3.1"
gem "bootstrap_form", "~> 4.0"
gem "cancancan"
gem "composite_primary_keys", "~> 12.0.0"
gem "config"

View file

@ -110,6 +110,9 @@ GEM
autoprefixer-rails (>= 9.1.0)
popper_js (>= 1.14.3, < 2)
sassc-rails (>= 2.0.0)
bootstrap_form (4.5.0)
actionpack (>= 5.2)
activemodel (>= 5.2)
browser (4.2.0)
builder (3.2.4)
bzip2-ffi (1.0.0)
@ -483,6 +486,7 @@ DEPENDENCIES
binding_of_caller
bootsnap (>= 1.4.2)
bootstrap (~> 4.3.1)
bootstrap_form (~> 4.0)
browser
bzip2-ffi
cancancan

View file

@ -1,5 +1,6 @@
@import "parameters";
@import "bootstrap";
@import "rails_bootstrap_forms";
/* Styles common to large and small screens */