debian-mirror-gitlab/debian/patches/0034-loosen-jquery-rails.patch

14 lines
495 B
Diff
Raw Normal View History

2015-09-30 16:24:17 +05:30
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
2015-11-26 16:55:07 +05:30
@@ -195,7 +195,7 @@ gem 'font-awesome-rails', '~> 4.2'
2015-09-30 16:24:17 +05:30
gem 'gitlab_emoji', '~> 0.1'
gem 'gon', '~> 6.0.1'
gem 'jquery-atwho-rails', '~> 1.3.2'
-gem 'jquery-rails', '~> 3.1.3'
+gem 'jquery-rails', '~> 4.0.4'
gem 'jquery-scrollto-rails', '~> 1.4.3'
gem 'jquery-ui-rails', '~> 4.2.1'
2015-11-26 16:55:07 +05:30
gem 'nprogress-rails', '~> 0.1.6.7'