mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Bump TZInfo version to 0.3.37 based on version v2013b of the underlying tz data.
This commit is contained in:
parent
c2e2031732
commit
4ed4cfd5ed
2 changed files with 2 additions and 2 deletions
|
@ -26,5 +26,5 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency 'erubis', '~> 2.7.0'
|
||||
|
||||
s.add_development_dependency 'activemodel', version
|
||||
s.add_development_dependency 'tzinfo', '~> 0.3.33'
|
||||
s.add_development_dependency 'tzinfo', '~> 0.3.37'
|
||||
end
|
||||
|
|
|
@ -22,7 +22,7 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.add_dependency('i18n', '~> 0.6', '>= 0.6.4')
|
||||
s.add_dependency 'multi_json', '~> 1.3'
|
||||
s.add_dependency 'tzinfo', '~> 0.3.33'
|
||||
s.add_dependency 'tzinfo', '~> 0.3.37'
|
||||
s.add_dependency 'minitest', '~> 4.2'
|
||||
s.add_dependency 'thread_safe','~> 0.1'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue