summaryrefslogtreecommitdiff
path: root/www/redmine60/files
diff options
context:
space:
mode:
Diffstat (limited to 'www/redmine60/files')
-rw-r--r--www/redmine60/files/patch-Gemfile6
1 files changed, 4 insertions, 2 deletions
diff --git a/www/redmine60/files/patch-Gemfile b/www/redmine60/files/patch-Gemfile
index 87cf5257c8a2..201855764eb4 100644
--- a/www/redmine60/files/patch-Gemfile
+++ b/www/redmine60/files/patch-Gemfile
@@ -13,9 +13,11 @@
gem 'i18n', '~> 1.14.1'
gem 'rbpdf', '~> 1.21.4'
gem 'addressable'
- gem 'rubyzip', '~> 2.3.0'
- gem 'propshaft', '~> 1.1.0'
+-gem 'rubyzip', '~> 2.3.0'
+-gem 'propshaft', '~> 1.1.0'
-gem 'rack', '>= 3.1.3'
++gem 'rubyzip', '>= 2.3.0'
++gem 'propshaft', '>= 1.1.0'
+gem 'rack', '>= 3.0.0'
# Ruby Standard Gems