about summary refs log tree commit diff
path: root/pkgs/applications/version-management/redmine/4.x/Gemfile
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2019-02-28 20:51:21 -0500
committerAaron Andersen <aaron@fosslib.net>2019-02-28 20:51:21 -0500
commit79c8da230b9ae029003248eb47a42d52236528da (patch)
treeb491f39a9cc24da6a7021a3b620f604398a5c649 /pkgs/applications/version-management/redmine/4.x/Gemfile
parent898870824d708fac857479f755ab38a657905abc (diff)
downloadnixlib-79c8da230b9ae029003248eb47a42d52236528da.tar
nixlib-79c8da230b9ae029003248eb47a42d52236528da.tar.gz
nixlib-79c8da230b9ae029003248eb47a42d52236528da.tar.bz2
nixlib-79c8da230b9ae029003248eb47a42d52236528da.tar.lz
nixlib-79c8da230b9ae029003248eb47a42d52236528da.tar.xz
nixlib-79c8da230b9ae029003248eb47a42d52236528da.tar.zst
nixlib-79c8da230b9ae029003248eb47a42d52236528da.zip
redmine: 3.4.8 -> 3.4.9 & 4.0.1 -> 4.0.2
Diffstat (limited to 'pkgs/applications/version-management/redmine/4.x/Gemfile')
-rw-r--r--pkgs/applications/version-management/redmine/4.x/Gemfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/redmine/4.x/Gemfile b/pkgs/applications/version-management/redmine/4.x/Gemfile
index 3fd176007abf..babcfe75ed7a 100644
--- a/pkgs/applications/version-management/redmine/4.x/Gemfile
+++ b/pkgs/applications/version-management/redmine/4.x/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]
@@ -33,7 +34,7 @@ end
 platforms :mri, :mingw, :x64_mingw do
   # Optional gem for exporting the gantt to a PNG file, not supported with jruby
   group :rmagick do
-    gem "rmagick", ">= 2.14.0"
+    gem "rmagick", "~> 2.16.0"
   end
 
   # Optional Markdown support, not for JRuby