summaryrefslogtreecommitdiff
path: root/www/redmine/files/extra-patch-Gemfile
diff options
context:
space:
mode:
authorMichael Moll <mmoll@FreeBSD.org>2015-12-09 23:02:54 +0000
committerMichael Moll <mmoll@FreeBSD.org>2015-12-09 23:02:54 +0000
commit0713516f776b905e5845d4b4e21a89fa13cffc6c (patch)
tree25a7c5f45e8f12aa82dbcd6e77906068d5a2c5ae /www/redmine/files/extra-patch-Gemfile
parentAdd an upstream patch to fix build for some 32-bit platforms, i.e., (diff)
www/redmine: update to 2.6.9
PR: 205110 MFH: 2015Q4 Security: CVE-2015-8346 Security: CVE-2015-8473 Security: CVE-2015-8474 Security: CVE-2015-8477
Notes
Notes: svn path=/head/; revision=403433
Diffstat (limited to 'www/redmine/files/extra-patch-Gemfile')
-rw-r--r--www/redmine/files/extra-patch-Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/redmine/files/extra-patch-Gemfile b/www/redmine/files/extra-patch-Gemfile
index 46ef6eafa806..e58e3f355051 100644
--- a/www/redmine/files/extra-patch-Gemfile
+++ b/www/redmine/files/extra-patch-Gemfile
@@ -9,9 +9,9 @@
- # RMagick 2 supports ruby 1.9
- # RMagick 1 would be fine for ruby 1.8 but Bundler does not support
- # different requirements for the same gem on different platforms
-- gem "rmagick", (RUBY_VERSION < "1.9" ? "2.13.3" : ">= 2.0.0")
+- gem "rmagick", (RUBY_VERSION < "1.9" ? "2.13.3" : "~> 2.13.4")
- end
-
# Optional Markdown support, not for JRuby
group :markdown do
- # TODO: upgrade to redcarpet 3.x when ruby1.8 support is dropped
+ gem "redcarpet", (RUBY_VERSION < "1.9" ? "~> 2.3.0" : "~> 3.3.2")