Skip to content

Commit fffdcfb

Browse files
committed
Better jquery-rails version constrants, thanks to @jarinudom
related: #49
1 parent 3ad4078 commit fffdcfb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

activeadmin-mongoid.gemspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ Gem::Specification.new do |gem|
2020

2121
gem.add_runtime_dependency 'mongoid', ['> 3.0', '< 5.0']
2222
gem.add_runtime_dependency 'activeadmin', '~> 0.6'
23-
gem.add_runtime_dependency 'jquery-rails', '< 3.0' # in which they remove jquery-ui
23+
gem.add_runtime_dependency 'jquery-rails', '>= 3.0.0'
24+
gem.add_runtime_dependency 'jquery-ui-rails', '>= 4.0.0'
2425
gem.add_runtime_dependency 'sass-rails', ['>= 3.1.4', '< 5.0']
2526

2627
gem.add_development_dependency 'rspec-rails', '~> 2.7'

0 commit comments

Comments
 (0)