[#903] Require updated tzinfo with fix for Ruby 1.9.3

This commit is contained in:
Holger Just 2012-03-18 18:15:08 +01:00
parent efac256a6b
commit 68efc3de32
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ gem "liquid", "~> 2.3.0"
gem "acts-as-taggable-on", "= 2.1.0"
# Needed only on RUBY_VERSION = 1.8, ruby 1.9+ compatible interpreters should bring their csv
gem "fastercsv", "~> 1.5.0", :platforms => [:ruby_18, :jruby, :mingw_18]
gem "tzinfo", "~> 0.3.31" # Fixes #903. Not required for Rails >= 3.2
group :test do
gem 'shoulda', '~> 2.10.3'