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.lock | |
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.lock')
-rw-r--r-- | Gemfile.lock | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index c02698bcca7..bc47533e5bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -432,8 +432,6 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - jquery-scrollto-rails (1.4.3) - railties (> 3.1, < 5.0) jquery-turbolinks (2.1.0) railties (>= 3.1.0) turbolinks @@ -953,7 +951,6 @@ DEPENDENCIES influxdb (~> 0.2) jquery-atwho-rails (~> 1.3.2) jquery-rails (~> 4.1.0) - jquery-scrollto-rails (~> 1.4.3) jquery-turbolinks (~> 2.1.0) jquery-ui-rails (~> 5.0.0) kaminari (~> 0.16.3) |