summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2017-04-28 15:53:42 +0100
committerNick Thomas <nick@gitlab.com>2017-06-22 15:00:36 +0100
commit5695e52bfe3dcbc4d65413a351a33a8ccbd3ad5d (patch)
tree68c7e444a6ee3b3834c188f2e6a7471b7f62466e
parent11716f310dcc495600f5a17e08456a1abb296482 (diff)
downloadgitlab-ce-5695e52bfe3dcbc4d65413a351a33a8ccbd3ad5d.tar.gz
Add bootstrap_form gem
-rw-r--r--Gemfile1
-rw-r--r--Gemfile.lock2
2 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index b1790b23dcd..0d82eb2b91d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -123,6 +123,7 @@ gem 'asciidoctor', '~> 1.5.2'
gem 'asciidoctor-plantuml', '0.0.7'
gem 'rouge', '~> 2.0'
gem 'truncato', '~> 0.7.8'
+gem 'bootstrap_form', '~> 2.7.0'
# See https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s
# and https://groups.google.com/forum/#!topic/ruby-security-ann/Dy7YiKb_pMM
diff --git a/Gemfile.lock b/Gemfile.lock
index bfd0498db35..5aff201841e 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -88,6 +88,7 @@ GEM
bootstrap-sass (3.3.6)
autoprefixer-rails (>= 5.2.1)
sass (>= 3.3.4)
+ bootstrap_form (2.7.0)
brakeman (3.6.1)
browser (2.2.0)
builder (3.2.3)
@@ -930,6 +931,7 @@ DEPENDENCIES
binding_of_caller (~> 0.7.2)
bootsnap (~> 1.0.0)
bootstrap-sass (~> 3.3.0)
+ bootstrap_form (~> 2.7.0)
brakeman (~> 3.6.0)
browser (~> 2.2)
bullet (~> 5.5.0)