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:
parent
5e5bf31b4a
commit
b01331e392
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue