[#903] Require updated tzinfo with fix for Ruby 1.9.3
This commit is contained in:
parent
efac256a6b
commit
68efc3de32
1
Gemfile
1
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue