Ruby 2.7: Remove deprecated URI.escape/unescape (#32752).

Patch by Go MAEDA.


git-svn-id: http://svn.redmine.org/redmine/trunk@19455 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-01-23 23:28:34 +00:00
parent ba7d4745e2
commit 62fe933eed
5 changed files with 9 additions and 14 deletions

View File

@@ -15,6 +15,7 @@ gem "csv", "~> 3.1.1"
gem "nokogiri", "~> 1.10.0"
gem "i18n", "~> 1.6.0"
gem "rbpdf", "~> 1.20.0"
gem 'addressable'
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin]