summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 6e9de3787..fce09bee5 100644
--- 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"