Skip to content

Commit

Permalink
Update Dependencies to Reflect jQuery UI 6 (#492)
Browse files Browse the repository at this point in the history
This commit updates backend.js to comport with the new path for jQuery UI 6, and removes the dependency of jQuery UI 6 from the gemspec since Brice Sanchez has noted that the jQuery UI dependency is already the responsbility of refinery-core at #490 (review).

Closes #490
  • Loading branch information
mzagaja authored and parndt committed Oct 30, 2018
1 parent 0b3bb05 commit c1f6814
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/refinery/blog/backend.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//= require jquery-ui/autocomplete
//= require jquery-ui/widgets/autocomplete

$(document).ready(function(){
$('#more_options').hide()
Expand Down
1 change: 0 additions & 1 deletion refinerycms-blog.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ Gem::Specification.new do |s|
s.add_dependency 'friendly_id', ['< 5.3', '>= 5.1.0']
s.add_dependency 'globalize', '~> 5.1.0'
s.add_dependency 'activemodel-serializers-xml', '~> 1.0', '>= 1.0.1'
s.add_dependency 'jquery-ui-rails', '~> 5.0.0'
s.add_dependency 'responders', '~> 2.0'
end

0 comments on commit c1f6814

Please sign in to comment.