diff options
author | Robert Speicher <rspeicher@gmail.com> | 2016-11-03 10:38:21 +0000 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-11-03 17:25:58 +0000 |
commit | 4ba789cd40dfca5de9569dc34db2c4b0252437fc (patch) | |
tree | f3c08391f5e9dc0826046b38baeed5831ce8fac6 /Gemfile | |
parent | 651bdd7c34c9ebf686b8357d8fc3ca4d0a58792e (diff) | |
download | gitlab-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-- | Gemfile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |