Skip to content

Commit c1f6814

Browse files
mzagajaparndt
authored andcommitted
Update Dependencies to Reflect jQuery UI 6 (#492)
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
1 parent 0b3bb05 commit c1f6814

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/assets/javascripts/refinery/blog/backend.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//= require jquery-ui/autocomplete
1+
//= require jquery-ui/widgets/autocomplete
22

33
$(document).ready(function(){
44
$('#more_options').hide()

refinerycms-blog.gemspec

-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,5 @@ Gem::Specification.new do |s|
2424
s.add_dependency 'friendly_id', ['< 5.3', '>= 5.1.0']
2525
s.add_dependency 'globalize', '~> 5.1.0'
2626
s.add_dependency 'activemodel-serializers-xml', '~> 1.0', '>= 1.0.1'
27-
s.add_dependency 'jquery-ui-rails', '~> 5.0.0'
2827
s.add_dependency 'responders', '~> 2.0'
2928
end

0 commit comments

Comments
 (0)