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.lock | |
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.lock')
-rw-r--r-- | Gemfile.lock | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 888fa6b2bf5..f7a6b86518b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -663,9 +663,6 @@ GEM scss_lint (0.47.1) rake (>= 0.9, < 11) sass (~> 3.4.15) - sdoc (0.3.20) - json (>= 1.1.3) - rdoc (~> 3.10) seed-fu (2.3.6) activerecord (>= 3.1) activesupport (>= 3.1) @@ -956,7 +953,6 @@ DEPENDENCIES sanitize (~> 2.0) sass-rails (~> 5.0.6) scss_lint (~> 0.47.0) - sdoc (~> 0.3.20) seed-fu (~> 2.3.5) select2-rails (~> 3.5.9) sentry-raven (~> 2.0.0) |