mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
These internal adapters also has to depend on kaminari-core
This commit is contained in:
parent
7ba70bf96e
commit
b20bc5a5bd
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ Gem::Specification.new do |spec|
|
|||
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
||||
spec.require_paths = ["lib"]
|
||||
|
||||
spec.add_dependency 'kaminari-core'
|
||||
spec.add_dependency 'actionview'
|
||||
|
||||
spec.add_development_dependency "bundler", ">= 1.12"
|
||||
|
|
|
@ -18,6 +18,7 @@ Gem::Specification.new do |spec|
|
|||
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
||||
spec.require_paths = ["lib"]
|
||||
|
||||
spec.add_dependency 'kaminari-core'
|
||||
spec.add_dependency 'activerecord'
|
||||
|
||||
spec.add_development_dependency "bundler", ">= 1.12"
|
||||
|
|
Loading…
Reference in a new issue