diff options
author | Phil Hughes <me@iamphill.com> | 2017-06-23 08:52:11 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2017-06-23 08:52:11 +0000 |
commit | cf131aa4c7f24cd6aa430a33be6afca0a01fab21 (patch) | |
tree | c32f1f0741aab6a2c6ab3135a2a67886413f742b /Gemfile | |
parent | 0c126dc82e57412c4d7f3e72d6c5a20904f27dab (diff) | |
parent | 963052bf3c91100de010feb162cf5aa31ae33128 (diff) | |
download | gitlab-ce-cf131aa4c7f24cd6aa430a33be6afca0a01fab21.tar.gz |
Merge branch '31574-bootstrap-form-builder' into 'master'
Add bootstrap_form gem
See merge request !10985
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -122,6 +122,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 |