1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-02 13:49:42 +00:00

Gemfile: update rbpdf version to 1.18.1 (#17570)

git-svn-id: http://svn.redmine.org/redmine/trunk@13409 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-09-16 02:18:48 +00:00
parent cc688bb1b1
commit a614678835

View File

@ -7,7 +7,7 @@ gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]
gem "builder", ">= 3.0.4"
gem "request_store", "1.0.5"
gem "mime-types"
gem "rbpdf", "~> 1.18.0"
gem "rbpdf", "~> 1.18.1"
# Optional gem for LDAP authentication
group :ldap do