mirror of
https://github.com/varvet/pundit.git
synced 2022-11-09 12:30:11 -05:00
Merge pull request #151 from thommahoney/master
Require activemodel instead of activerecord as a development dependency
This commit is contained in:
commit
ba65a6bcb6
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ Gem::Specification.new do |gem|
|
|||
gem.require_paths = ["lib"]
|
||||
|
||||
gem.add_dependency "activesupport", ">= 3.0.0"
|
||||
gem.add_development_dependency "activerecord", ">= 3.0.0"
|
||||
gem.add_development_dependency "activemodel", ">= 3.0.0"
|
||||
gem.add_development_dependency "bundler", "~> 1.3"
|
||||
gem.add_development_dependency "rspec", "~>3.0.0.beta1"
|
||||
gem.add_development_dependency "pry"
|
||||
|
|
Loading…
Reference in a new issue