Skip to content

Commit

Permalink
. changed gemspec to include only actionpack and activerecord as depe…
Browse files Browse the repository at this point in the history
…ndency
  • Loading branch information
beatrichartz committed Sep 22, 2012
1 parent 1ecfe88 commit 2ff8c4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion view_models.gemspec
Expand Up @@ -16,7 +16,8 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
s.require_paths = ["lib"]

s.add_dependency 'rails', '>= 3.0.0'
s.add_dependency 'activerecord', '>= 3.0.0'
s.add_dependency 'actionpack', '>= 3.0.0'

s.add_development_dependency 'rake', '>= 0.8.7'
s.add_development_dependency 'aruba'
Expand Down

0 comments on commit 2ff8c4a

Please sign in to comment.