aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-08-20 02:39:09 -0300
committerSantiago Pastorino <santiago@wyeworks.com>2010-08-20 02:39:09 -0300
commitb91dcb63d055c1228453e55c913d640a9739b644 (patch)
tree321f713069572ff50290c8979b7f9743600a8d57
parentbfd8be7fab67419ab307c350a75af0b86037d9ed (diff)
downloadrails-b91dcb63d055c1228453e55c913d640a9739b644.tar.gz
rails-b91dcb63d055c1228453e55c913d640a9739b644.tar.bz2
rails-b91dcb63d055c1228453e55c913d640a9739b644.zip
Bump up tzinfo to 0.3.23
-rw-r--r--actionpack/actionpack.gemspec2
-rw-r--r--activerecord/activerecord.gemspec2
-rw-r--r--railties/guides/source/initialization.textile2
3 files changed, 3 insertions, 3 deletions
diff --git a/actionpack/actionpack.gemspec b/actionpack/actionpack.gemspec
index 50fb7a9f78..a5ebc18e2a 100644
--- a/actionpack/actionpack.gemspec
+++ b/actionpack/actionpack.gemspec
@@ -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
diff --git a/activerecord/activerecord.gemspec b/activerecord/activerecord.gemspec
index 67d521d56b..a3c0acb370 100644
--- a/activerecord/activerecord.gemspec
+++ b/activerecord/activerecord.gemspec
@@ -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
diff --git a/railties/guides/source/initialization.textile b/railties/guides/source/initialization.textile
index 1166101619..0a2f60c30a 100644
--- a/railties/guides/source/initialization.textile
+++ b/railties/guides/source/initialization.textile
@@ -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.