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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-19 14:59:23 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-19 14:59:23 +0400
commitc1fd25ce6ed28ad19fe4928be018a189c06cc3d7 (patch)
tree3c1562c54ec84436bd3d86c18788464ce11ab936 /Gemfile
parent046773d6e53035599544de4f85906bf706eab7d1 (diff)
Replace turbolink spinner with nprogress
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 6a587d1d279..63f5e6d057c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -167,6 +167,7 @@ gem 'bootstrap-sass', '~> 3.0'
gem "font-awesome-rails", '~> 3.2'
gem "gemoji", "~> 1.3.0"
gem "gon", '~> 5.0.0'
+gem 'nprogress-rails'
group :development do
gem "annotate", "~> 2.6.0.beta2"