Skip to content

Commit 6c6ce94

Browse files
committed
Revert "Better jquery-rails version constrants, thanks to @jarinudom"
This reverts commit fffdcfb. Fixes activeadmin#54
1 parent bba338a commit 6c6ce94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

activeadmin-mongoid.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ 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.0'
24-
gem.add_runtime_dependency 'jquery-ui-rails', '>= 4.0.0'
23+
gem.add_runtime_dependency 'jquery-rails', '< 3.0' # in which they remove jquery-ui
2524
gem.add_runtime_dependency 'sass-rails', ['>= 3.1.4', '< 5.0']
2625

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

0 commit comments

Comments
 (0)