From b2b3112110caa8afe5e1296cd5357433abcf97b6 Mon Sep 17 00:00:00 2001 From: Benjamin Fleischer Date: Thu, 2 Nov 2017 09:19:40 -0500 Subject: [PATCH] Advice from rails/rails --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 19df052b..384d7c26 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ end gemspec # https://github.com/bundler/bundler/blob/89a8778c19269561926cea172acdcda241d26d23/lib/bundler/dependency.rb#L30-L54 -@windows_platforms = [:mswin, :mingw, :x64_mingw] +@windows_platforms = [:mswin, :mswin64, :mingw, :x64_mingw] # Windows does not include zoneinfo files, so bundle the tzinfo-data gem gem 'tzinfo-data', platforms: (@windows_platforms + [:jruby])