Add bootstrap_form formbuilder gem
This commit is contained in:
parent
4a25d60876
commit
54616e9612
3 changed files with 6 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
@import "parameters";
|
||||
@import "bootstrap";
|
||||
@import "rails_bootstrap_forms";
|
||||
|
||||
/* Styles common to large and small screens */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue