Skip to content

Commit

Permalink
require at least tzinfo 0.3.12
Browse files Browse the repository at this point in the history
Otherwise the Settings index action will blow up with the following error:
ActionView::TemplateError: uninitialized constant TZInfo::Timezone::TimezoneProxy
  • Loading branch information
isaackearse committed Dec 16, 2008
1 parent e7af58c commit 5d07d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environment.rb
Expand Up @@ -81,7 +81,7 @@ def safe_to_load_application?
config.gem 'will_paginate'
config.gem 'mocha'
config.gem 'coderay'
config.gem 'tzinfo'
config.gem 'tzinfo', :version => '>= 0.3.12'
end

# Don't update this file, make custom tweaks in config/initializers/custom.rb,
Expand Down

0 comments on commit 5d07d18

Please sign in to comment.