Skip to content

Commit

Permalink
use inherited resources >= 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jancel authored and pcreux committed May 9, 2012
1 parent 0188bf4 commit 9b80bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activeadmin.gemspec
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.add_dependency("meta_search", ">= 0.9.2")
s.add_dependency("devise", ">= 1.1.2")
s.add_dependency("formtastic", "~> 2.1.1")
s.add_dependency("inherited_resources", "<= 1.3.0")
s.add_dependency("inherited_resources", ">= 1.3.1")
s.add_dependency("kaminari", ">= 0.13.0")
s.add_dependency("sass", ">= 3.1.0")
s.add_dependency("fastercsv", ">= 0")
Expand Down

0 comments on commit 9b80bab

Please sign in to comment.