Putting jquery-ui-rails back so things work

This commit is contained in:
Cesy Avon
2017-06-08 16:33:03 +00:00
committed by Shiny
parent 24d9d714b2
commit 82bb6c2f3b
2 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ gem 'uglifier' # JavaScript compressor
gem 'flickraw'
gem 'jquery-rails'
gem 'jquery-ui-rails'
gem 'jquery-ui-rails', '~> 5.0.2' # needs careful upgrade with change of location
gem 'js-routes' # provides access to Rails routes in Javascript
gem 'cancancan' # for checking member privileges

View File

@@ -265,7 +265,7 @@ GEM
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
jquery-ui-rails (6.0.1)
jquery-ui-rails (5.0.5)
railties (>= 3.2.16)
js-routes (1.3.3)
railties (>= 3.2)
@@ -573,7 +573,7 @@ DEPENDENCIES
i18n-tasks
jasmine
jquery-rails
jquery-ui-rails
jquery-ui-rails (~> 5.0.2)
js-routes
kaminari
leaflet-markercluster-rails