1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add actionpack as actionview's development dependency

ActionView still relies on ActionPack in some of the tests.
This commit is contained in:
Piotr Sarnacki 2012-06-09 16:41:37 +02:00 committed by Łukasz Strzałkowski
parent 5e5bf31b4a
commit b01331e392

View file

@ -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