##// END OF EJS Templates
Gemfile: add :x64_mingw platform missing in r13651...
Toshi MARUYAMA -
r13272:107dd20c0247
parent child
Show More
@@ -11,7 +11,7 gem "protected_attributes"
11 gem "actionpack-action_caching"
11 gem "actionpack-action_caching"
12
12
13 # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
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 gem "rbpdf", "~> 1.18.2"
15 gem "rbpdf", "~> 1.18.2"
16
16
17 # Optional gem for LDAP authentication
17 # Optional gem for LDAP authentication
@@ -25,7 +25,7 group :openid do
25 gem "rack-openid"
25 gem "rack-openid"
26 end
26 end
27
27
28 platforms :mri, :mingw do
28 platforms :mri, :mingw, :x64_mingw do
29 # Optional gem for exporting the gantt to a PNG file, not supported with jruby
29 # Optional gem for exporting the gantt to a PNG file, not supported with jruby
30 group :rmagick do
30 group :rmagick do
31 gem "rmagick", ">= 2.0.0"
31 gem "rmagick", ">= 2.0.0"
General Comments 0
You need to be logged in to leave comments. Login now