##// END OF EJS Templates
update Gemfile to require rbpdf ~>1.18.6 (#20142)...
Toshi MARUYAMA -
r13978:c2eb531f7e7d
parent child
Show More
@@ -17,7 +17,7 gem "loofah", "~> 2.0"
17
17
18 # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
18 # Windows does not include zoneinfo files, so bundle the tzinfo-data gem
19 gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby]
19 gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby]
20 gem "rbpdf", "~> 1.18.5"
20 gem "rbpdf", "~> 1.18.6"
21
21
22 # Optional gem for LDAP authentication
22 # Optional gem for LDAP authentication
23 group :ldap do
23 group :ldap do
General Comments 0
You need to be logged in to leave comments. Login now