@@ -11,7 +11,7 gem "protected_attributes" | |||
|
11 | 11 | gem "actionpack-action_caching" |
|
12 | 12 | |
|
13 | 13 | # Windows does not include zoneinfo files, so bundle the tzinfo-data gem |
|
14 | gem 'tzinfo-data', platforms: [:mingw, :mswin, :jruby] | |
|
14 | gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby] | |
|
15 | 15 | gem "rbpdf", "~> 1.18.2" |
|
16 | 16 | |
|
17 | 17 | # Optional gem for LDAP authentication |
@@ -25,7 +25,7 group :openid do | |||
|
25 | 25 | gem "rack-openid" |
|
26 | 26 | end |
|
27 | 27 | |
|
28 | platforms :mri, :mingw do | |
|
28 | platforms :mri, :mingw, :x64_mingw do | |
|
29 | 29 | # Optional gem for exporting the gantt to a PNG file, not supported with jruby |
|
30 | 30 | group :rmagick do |
|
31 | 31 | gem "rmagick", ">= 2.0.0" |
General Comments 0
You need to be logged in to leave comments.
Login now