1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-05 15:11:31 +00:00

update Gemfile to require rbpdf ~>1.18.6 (#20142)

git-svn-id: http://svn.redmine.org/redmine/trunk@14360 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2015-06-21 08:35:40 +00:00
parent 1e674c903e
commit c2eb531f7e

View File

@ -17,7 +17,7 @@ gem "loofah", "~> 2.0"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby]
gem "rbpdf", "~> 1.18.5"
gem "rbpdf", "~> 1.18.6"
# Optional gem for LDAP authentication
group :ldap do