relax jquery-rails

This commit is contained in:
Praveen Arimbrathodiyil 2016-08-25 20:41:26 +05:30
parent 823ccdf9fb
commit d090e715ec

View file

@ -14,3 +14,16 @@ Index: gitlab/app/assets/javascripts/application.js.coffee
#= require jquery-ui/autocomplete
#= require jquery-ui/datepicker
#= 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'