mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Bump up tzinfo to 0.3.23
This commit is contained in:
parent
bfd8be7fab
commit
b91dcb63d0
3 changed files with 3 additions and 3 deletions
|
@ -26,6 +26,6 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency('rack', '~> 1.2.1')
|
||||
s.add_dependency('rack-test', '~> 0.5.4')
|
||||
s.add_dependency('rack-mount', '~> 0.6.10')
|
||||
s.add_dependency('tzinfo', '~> 0.3.22')
|
||||
s.add_dependency('tzinfo', '~> 0.3.23')
|
||||
s.add_dependency('erubis', '~> 2.6.6')
|
||||
end
|
||||
|
|
|
@ -24,5 +24,5 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency('activesupport', version)
|
||||
s.add_dependency('activemodel', version)
|
||||
s.add_dependency('arel', '~> 0.4.0')
|
||||
s.add_dependency('tzinfo', '~> 0.3.22')
|
||||
s.add_dependency('tzinfo', '~> 0.3.23')
|
||||
end
|
||||
|
|
|
@ -160,7 +160,7 @@ Here the only two gems we need are +rails+ and +sqlite3-ruby+, so it seems. This
|
|||
* text-hyphen-1.0.0.gem
|
||||
* thor-0.13.7.gem
|
||||
* treetop-1.4.8.gem
|
||||
* tzinfo-0.3.22.gem
|
||||
* tzinfo-0.3.23.gem
|
||||
|
||||
TODO: Prettify when it becomes more stable.
|
||||
|
||||
|
|
Loading…
Reference in a new issue