Remove jquery-scrollto-rails
Added in this commit when CI was merged into the main GitLab application. jquery-scrollto-rails has two major problems which (IMO) require its removal:
- Parts of the gem are licensed under the GPLv2. This is a violation of the GPL, as GPL cannot be used as a library for non-GPL software according to the FSF. The only other (non-development/non-test) gem in our Gemfile that has this problem is colorize, so complying with this requirement isn't particularly hard. (https://gitlab.com/gitlab-com/operations/issues/164#note_9313730, !3775 (merged)) It's also preventing us from enabling the license_finder gem so builds can ensure license compliance.
- It will block the upgrade to Rails 5 due to its dependency on railties "< 5". (See #14286 (moved))