Skip to content

Commit

Permalink
Bump up tzinfo to 0.3.23
Browse files Browse the repository at this point in the history
  • Loading branch information
spastorino committed Aug 20, 2010
1 parent e509d4a commit ac66de4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion actionpack/actionpack.gemspec
Expand Up @@ -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
2 changes: 1 addition & 1 deletion activerecord/activerecord.gemspec
Expand Up @@ -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
2 changes: 1 addition & 1 deletion railties/guides/source/initialization.textile
Expand Up @@ -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.

Expand Down

0 comments on commit ac66de4

Please sign in to comment.