mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
kaminari-activerecord depends on activerecord
This commit is contained in:
parent
1a9715efef
commit
05a9f07d44
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ Gem::Specification.new do |spec|
|
|||
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
|
||||
spec.require_paths = ["lib"]
|
||||
|
||||
spec.add_dependency 'activerecord'
|
||||
|
||||
spec.add_development_dependency "bundler", "~> 1.12"
|
||||
spec.add_development_dependency "rake", "~> 10.0"
|
||||
spec.add_development_dependency "minitest", "~> 5.0"
|
||||
|
|
Loading…
Reference in a new issue