Skip to content

Commit

Permalink
Update dependencies so we can bundle with Rails 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romansklenar committed Apr 8, 2014
1 parent 7417ecf commit f5316b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activeadmin.gemspec
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |s|
s.add_dependency 'jquery-rails'
s.add_dependency 'jquery-ui-rails'
s.add_dependency 'kaminari', '~> 0.15'
s.add_dependency 'rails', '>= 3.2', '< 4.1'
s.add_dependency 'rails', '>= 3.2', '<= 4.1'
s.add_dependency 'ransack', '~> 1.0'
s.add_dependency 'sass-rails'
end

0 comments on commit f5316b4

Please sign in to comment.