Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor Shea <connor.james.shea@gmail.com>2016-05-09 00:44:14 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-05-11 03:31:36 +0300
commit976a70522f47bd57f3545efe5d71a58bb2596649 (patch)
tree0bcdea39a70e23e7e853044a70d83c5e9575de5c /Gemfile
parentf7d2297c86eb84c2e2fbfa6b3e007da3c7adb5ae (diff)
Removes jquery-scrollto-rails.
Instead the script is now included directly from the vendor directory. Resolves #17166.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 77d351419f0..2854bf8a57b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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'