relax jquery-rails
This commit is contained in:
parent
823ccdf9fb
commit
d090e715ec
1 changed files with 13 additions and 0 deletions
13
debian/patches/0200-use-jquery-for-jquery2.patch
vendored
13
debian/patches/0200-use-jquery-for-jquery2.patch
vendored
|
@ -14,3 +14,16 @@ Index: gitlab/app/assets/javascripts/application.js.coffee
|
||||||
#= require jquery-ui/autocomplete
|
#= require jquery-ui/autocomplete
|
||||||
#= require jquery-ui/datepicker
|
#= require jquery-ui/datepicker
|
||||||
#= require jquery-ui/draggable
|
#= require jquery-ui/draggable
|
||||||
|
Index: gitlab/Gemfile
|
||||||
|
===================================================================
|
||||||
|
--- gitlab.orig/Gemfile
|
||||||
|
+++ gitlab/Gemfile
|
||||||
|
@@ -227,7 +227,7 @@ gem 'font-awesome-rails', '~> 4.6', '>=
|
||||||
|
gem 'gemojione', '~> 3.0'
|
||||||
|
gem 'gon', '~> 6.0', '>= 6.0.1'
|
||||||
|
gem 'jquery-atwho-rails', '~> 1.3', '>= 1.3.2'
|
||||||
|
-gem 'jquery-rails', '~> 4.1'
|
||||||
|
+gem 'jquery-rails', '~> 4.0'
|
||||||
|
gem 'jquery-ui-rails', '~> 5.0'
|
||||||
|
gem 'request_store', '~> 1.3'
|
||||||
|
gem 'select2-rails', '~> 3.5', '>= 3.5.9'
|
||||||
|
|
Loading…
Reference in a new issue