summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2016-11-03 10:38:21 +0000
committerRobert Speicher <rspeicher@gmail.com>2016-11-03 17:25:58 +0000
commit4ba789cd40dfca5de9569dc34db2c4b0252437fc (patch)
treef3c08391f5e9dc0826046b38baeed5831ce8fac6 /Gemfile
parent651bdd7c34c9ebf686b8357d8fc3ca4d0a58792e (diff)
downloadgitlab-ce-4ba789cd40dfca5de9569dc34db2c4b0252437fc.tar.gz
Remove unused `gitlab:generate_docs` Rake taskrs-remove-sdoc
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