summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2017-04-09 08:15:02 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2017-04-09 08:15:02 +0000
commit559ce119967ade25788d51fa2311a33e72a9a869 (patch)
tree418465e6b425f1b40e544587eb71b5a895ebb23a
parentb64f8b4de91b68a773bafc46c6cb24b62b10c908 (diff)
downloadredmine-559ce119967ade25788d51fa2311a33e72a9a869.tar.gz
redmine-559ce119967ade25788d51fa2311a33e72a9a869.zip
Merged r16520 (#22335, #24271).
git-svn-id: http://svn.redmine.org/redmine/branches/3.2-stable@16531 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 676520b0f..c1cf61426 100644
--- a/Gemfile
+++ b/Gemfile
@@ -26,7 +26,7 @@ gem "rails-html-sanitizer", ">= 1.0.3"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin, :jruby]
-gem "rbpdf", "1.19.0"
+gem "rbpdf", "~> 1.19.2"
# Optional gem for LDAP authentication
group :ldap do