]> git.openstreetmap.org Git - rails.git/commitdiff
Add bootstrap_form formbuilder gem
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 24 Jun 2020 10:24:27 +0000 (12:24 +0200)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 1 Jul 2020 15:23:02 +0000 (17:23 +0200)
Gemfile
Gemfile.lock
app/assets/stylesheets/common.scss

diff --git a/Gemfile b/Gemfile
index 8aa907764ca628af2e79012b9007408b96a99be3..9df88f8fa22376279c35f53246a89e57a9194ce3 100644 (file)
--- a/Gemfile
+++ b/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"
index d5bbee1ba0f9dc54408494c81ebff4b6b833eeb8..0aa9545a293453a970a838914f7e062f1335920b 100644 (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
index 54ecb30e23b964270745372a05a727a32b487e76..52729cf62048e5f6d6462ec1c320cbe7facb7534 100644 (file)
@@ -1,5 +1,6 @@
 @import "parameters";
 @import "bootstrap";
+@import "rails_bootstrap_forms";
 
 /* Styles common to large and small screens */