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-03 13:38:21 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-11-03 20:25:58 +0300
commit4ba789cd40dfca5de9569dc34db2c4b0252437fc (patch)
treef3c08391f5e9dc0826046b38baeed5831ce8fac6 /Gemfile
parent651bdd7c34c9ebf686b8357d8fc3ca4d0a58792e (diff)
Remove unused `gitlab:generate_docs` Rake task
This was the only thing using the `sdoc` gem, which was blocking another gem from updating.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index af82ae16a56..3235e7af98e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -260,9 +260,6 @@ group :development do
gem 'better_errors', '~> 1.0.1'
gem 'binding_of_caller', '~> 0.7.2'
- # Docs generator
- gem 'sdoc', '~> 0.3.20'
-
# thin instead webrick
gem 'thin', '~> 1.7.0'
end