diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-05-08 15:44:14 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-05-10 18:31:36 -0600 |
commit | 976a70522f47bd57f3545efe5d71a58bb2596649 (patch) | |
tree | 0bcdea39a70e23e7e853044a70d83c5e9575de5c /Gemfile | |
parent | f7d2297c86eb84c2e2fbfa6b3e007da3c7adb5ae (diff) | |
download | gitlab-ce-976a70522f47bd57f3545efe5d71a58bb2596649.tar.gz |
Removes jquery-scrollto-rails.
Instead the script is now included directly from the vendor directory.
Resolves #17166.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -218,7 +218,6 @@ gem 'gitlab_emoji', '~> 0.3.0' gem 'gon', '~> 6.0.1' gem 'jquery-atwho-rails', '~> 1.3.2' gem 'jquery-rails', '~> 4.1.0' -gem 'jquery-scrollto-rails', '~> 1.4.3' gem 'jquery-ui-rails', '~> 5.0.0' gem 'raphael-rails', '~> 2.1.2' gem 'request_store', '~> 1.3.0' |