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

Remove tzinfo dependency from Action Pack

This gem is used by Active Support but it should not be a dependency of
Action Pack.
This commit is contained in:
Erik Michaels-Ober 2013-09-17 19:15:23 +02:00
parent 45bc84d5ce
commit 04a1442c4d

View file

@ -26,5 +26,4 @@ Gem::Specification.new do |s|
s.add_development_dependency 'actionview', version
s.add_development_dependency 'activemodel', version
s.add_development_dependency 'tzinfo', '~> 0.3.37'
end