Going back to jquery rails before 4.1, to correct the date picker

This commit is contained in:
echarp 2016-02-26 23:16:56 +01:00
parent dd668e59ae
commit 1b15bc73b1
2 changed files with 3 additions and 3 deletions

View File

@ -107,7 +107,7 @@ group :development, :test, :assets do
gem 'coffee-rails' gem 'coffee-rails'
# Use jquery as the JavaScript library # Use jquery as the JavaScript library
gem 'jquery-rails' gem 'jquery-rails', '< 4.1'
# Turbolinks makes following links in your web application # Turbolinks makes following links in your web application
# faster. Read more: https://github.com/rails/turbolinks # faster. Read more: https://github.com/rails/turbolinks
gem 'turbolinks' gem 'turbolinks'

View File

@ -229,7 +229,7 @@ GEM
jbuilder (2.4.1) jbuilder (2.4.1)
activesupport (>= 3.0.0, < 5.1) activesupport (>= 3.0.0, < 5.1)
multi_json (~> 1.2) multi_json (~> 1.2)
jquery-rails (4.1.0) jquery-rails (4.0.5)
rails-dom-testing (~> 1.0) rails-dom-testing (~> 1.0)
railties (>= 4.2.0) railties (>= 4.2.0)
thor (>= 0.14, < 2.0) thor (>= 0.14, < 2.0)
@ -464,7 +464,7 @@ DEPENDENCIES
http_accept_language http_accept_language
i18n-active_record! i18n-active_record!
jbuilder jbuilder
jquery-rails jquery-rails (< 4.1)
jquery-sparkline-rails! jquery-sparkline-rails!
jquery-turbolinks jquery-turbolinks
leaflet-markercluster-rails leaflet-markercluster-rails