Skip to content

Commit

Permalink
Revert "Better jquery-rails version constrants, thanks to @jarinudom"
Browse files Browse the repository at this point in the history
This reverts commit fffdcfb.
Fixes #54
  • Loading branch information
elia committed Oct 5, 2013
1 parent bba338a commit 6c6ce94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions activeadmin-mongoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ Gem::Specification.new do |gem|

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

gem.add_development_dependency 'rspec-rails', '~> 2.7'
Expand Down

0 comments on commit 6c6ce94

Please sign in to comment.