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:
parent
45bc84d5ce
commit
04a1442c4d
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue