Skip to content

Commit

Permalink
jquery-rails version constrain removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhomart committed Nov 6, 2014
1 parent 8d3b080 commit 4537c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activeadmin-mongoid.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |gem|

gem.add_runtime_dependency 'mongoid', ['> 3.0', '< 5.0']
gem.add_runtime_dependency 'activeadmin', ['>= 1.0.0.pre', '< 2']
gem.add_runtime_dependency 'jquery-rails', '< 3.0' # in which they remove jquery-ui
gem.add_runtime_dependency 'jquery-rails'
gem.add_runtime_dependency 'sass-rails', ['>= 3.1.4', '< 5.0']
# gem.add_runtime_dependency 'meta_search', '~> 1.1.3'

Expand Down

0 comments on commit 4537c75

Please sign in to comment.