summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-02-10 15:38:46 +0000
committerGo MAEDA <maeda@farend.jp>2019-02-10 15:38:46 +0000
commit1bf49a7954a6b316d4c3604596ff84d8479d25a7 (patch)
tree5aa35163c429a15926225ac351437fa1c2c7ff60 /Gemfile
parent0997aa22b57c6af4921e5d9289d80772e6d793c4 (diff)
downloadredmine-1bf49a7954a6b316d4c3604596ff84d8479d25a7.tar.gz
redmine-1bf49a7954a6b316d4c3604596ff84d8479d25a7.zip
Use xpath < 3.2 for Ruby < 2.3 (#30114).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17854 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 8fcf249a3..89e5f6230 100644
--- a/Gemfile
+++ b/Gemfile
@@ -14,6 +14,7 @@ gem "csv", "~> 3.0.1" if RUBY_VERSION >= "2.3" && RUBY_VERSION < "2.6"
gem "nokogiri", (RUBY_VERSION >= "2.3" ? "~> 1.10.0" : "~> 1.9.1")
gem "i18n", "~> 0.7.0"
+gem "xpath", "< 3.2.0" if RUBY_VERSION < "2.3"
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :x64_mingw, :mswin]