Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-11-17 12:55:04 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-11-17 12:55:04 +0300
commit27db4bc062f6087d988b167f3643e9b8752c3cf3 (patch)
tree153788300091a03789fedabd389ca8be58762e99 /Gemfile
parent3c8db237d9a436e8d305dea6fbc53c62d1aa641b (diff)
Remove unused nested_form gem
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 92c05b27d8c..327d35c2350 100644
--- a/Gemfile
+++ b/Gemfile
@@ -333,9 +333,6 @@ gem 'email_reply_parser', '~> 0.5.8'
gem 'ruby-prof', '~> 0.16.2'
-## CI
-gem 'nested_form', '~> 0.3.2'
-
# OAuth
gem 'oauth2', '~> 1.2.0'