Skip to content

Commit

Permalink
Add actionpack as actionview's development dependency
Browse files Browse the repository at this point in the history
ActionView still relies on ActionPack in some of the tests.
  • Loading branch information
drogus authored and lukaszx0 committed Jun 20, 2013
1 parent 5e5bf31 commit b01331e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actionview/actionview.gemspec
Expand Up @@ -24,4 +24,6 @@ Gem::Specification.new do |s|

s.add_dependency 'builder', '~> 3.1.0'
s.add_dependency 'erubis', '~> 2.7.0'

s.add_development_dependency 'actionpack', version
end

0 comments on commit b01331e

Please sign in to comment.