]> source.dussan.org Git - redmine.git/commitdiff
Gemfile: add :x64_mingw platform missing in r13651
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 26 Nov 2014 04:39:20 +0000 (04:39 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Wed, 26 Nov 2014 04:39:20 +0000 (04:39 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13654 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 6e9de3787f34a9a08ea55b023bd65c203a21202c..fce09bee54a76a7534bc73f4b9b4429af3d1b906 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -11,7 +11,7 @@ gem "protected_attributes"
 gem "actionpack-action_caching"
 
 # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
-gem 'tzinfo-data', platforms: [:mingw, :mswin, :jruby]
+gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby]
 gem "rbpdf", "~> 1.18.2"
 
 # Optional gem for LDAP authentication
@@ -25,7 +25,7 @@ group :openid do
   gem "rack-openid"
 end
 
-platforms :mri, :mingw do
+platforms :mri, :mingw, :x64_mingw do
   # Optional gem for exporting the gantt to a PNG file, not supported with jruby
   group :rmagick do
     gem "rmagick", ">= 2.0.0"