summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorEnrique Alcantara <ealcantara@gitlab.com>2019-03-25 16:21:39 -0400
committerEnrique Alcantara <ealcantara@gitlab.com>2019-03-25 16:21:44 -0400
commit9ea2c959d9d27b8370e6c1d6c5d77615f318c6d3 (patch)
tree297177c1623b73d342b32f40b027e1dab9b0b36b /Gemfile
parent02d5d2bd3baadab39dcdbebdcd902e9121e8a0bd (diff)
downloadgitlab-ce-9ea2c959d9d27b8370e6c1d6c5d77615f318c6d3.tar.gz
Upgrade bootstrap_form gem
- Also remove boostrap 4 migration adapter
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d44a99b2913..222503ee6f5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -128,7 +128,7 @@ gem 'asciidoctor', '~> 1.5.8'
gem 'asciidoctor-plantuml', '0.0.8'
gem 'rouge', '~> 3.1'
gem 'truncato', '~> 0.7.11'
-gem 'bootstrap_form', '~> 2.7.0'
+gem 'bootstrap_form', '~> 4.2.0'
gem 'nokogiri', '~> 1.10.1'
gem 'escape_utils', '~> 1.1'