# Windows does not include zoneinfo files, so bundle the tzinfo-data gemif RUBY_PLATFORM=~ /win32|mingw/ gem 'tzinfo-data' gem 'thin'else gem 'puma'end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
if RUBY_PLATFORM=~ /win32|mingw/
gem 'tzinfo-data'
gem 'thin'
else
gem 'puma'
end