Skip to content

Commit

Permalink
disallow Kaminari 0.15.0
Browse files Browse the repository at this point in the history
this prevents users from running into #2537
  • Loading branch information
seanlinsley committed Dec 28, 2013
1 parent b77714a commit 2888592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activeadmin.gemspec
Expand Up @@ -29,7 +29,7 @@ Gem::Specification.new do |s|
s.add_dependency "formtastic", "~> 2.0"
s.add_dependency "inherited_resources", "~> 1.3"
s.add_dependency "jquery-rails", ">= 1.0.0", "< 3"
s.add_dependency "kaminari", "~> 0.13"
s.add_dependency "kaminari", "~> 0.13", "!= 0.15.0"
s.add_dependency "meta_search", "~> 1.0"
s.add_dependency "rails", ">= 3.0.0", "< 4"
s.add_dependency "sass", "~> 3.1"
Expand Down

0 comments on commit 2888592

Please sign in to comment.