Remove unused `gitlab:generate_docs` Rake task
This was the only thing using the `sdoc` gem, which was blocking another gem from updating.
Showing
... | @@ -260,9 +260,6 @@ group :development do | ... | @@ -260,9 +260,6 @@ group :development do |
gem 'better_errors', '~> 1.0.1' | gem 'better_errors', '~> 1.0.1' | ||
gem 'binding_of_caller', '~> 0.7.2' | gem 'binding_of_caller', '~> 0.7.2' | ||
# Docs generator | |||
gem 'sdoc', '~> 0.3.20' | |||
# thin instead webrick | # thin instead webrick | ||
gem 'thin', '~> 1.7.0' | gem 'thin', '~> 1.7.0' | ||
end | end | ||
... | ... |
Please register or sign in to comment