Skip to content

Commit

Permalink
Merge pull request #10826 from sferik/update_tzinfo
Browse files Browse the repository at this point in the history
Update tzinfo
  • Loading branch information
pixeltrix committed Nov 10, 2013
2 parents 281f488 + 9d664b1 commit dbc6ce3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/activesupport.gemspec
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|

s.add_dependency('i18n', '~> 0.6', '>= 0.6.4')
s.add_dependency 'json', '~> 1.7'
s.add_dependency 'tzinfo', '~> 0.3.37'
s.add_dependency 'tzinfo', '~> 1.1'
s.add_dependency 'minitest', '~> 5.0'
s.add_dependency 'thread_safe','~> 0.1'
end
5 changes: 5 additions & 0 deletions railties/lib/rails/generators/rails/app/templates/Gemfile
Expand Up @@ -28,3 +28,8 @@ source 'https://rubygems.org'
# Use debugger
# gem 'debugger', group: [:development, :test]
<% end -%>
<% if RUBY_PLATFORM.match(/bccwin|cygwin|emx|mingw|mswin|wince/) -%>
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin]
<% end -%>

0 comments on commit dbc6ce3

Please sign in to comment.