aboutsummaryrefslogtreecommitdiff
path: root/www/redmine60/files/patch-Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'www/redmine60/files/patch-Gemfile')
-rw-r--r--www/redmine60/files/patch-Gemfile12
1 files changed, 9 insertions, 3 deletions
diff --git a/www/redmine60/files/patch-Gemfile b/www/redmine60/files/patch-Gemfile
index cbc8a8e59fd3..fdb765a46a05 100644
--- a/www/redmine60/files/patch-Gemfile
+++ b/www/redmine60/files/patch-Gemfile
@@ -1,6 +1,11 @@
--- Gemfile.orig 2025-07-07 21:05:05 UTC
+++ Gemfile
-@@ -6,22 +6,22 @@ gem "actionpack-xml_parser"
+@@ -2,26 +2,26 @@ ruby '>= 3.1.0', '< 3.4.0'
+
+ ruby '>= 3.1.0', '< 3.4.0'
+
+-gem 'rails', '7.2.2.1'
++gem 'rails', '~> 7.2.2'
gem 'rouge', '~> 4.5'
gem 'mini_mime', '~> 1.1.0'
gem "actionpack-xml_parser"
@@ -13,9 +18,10 @@
gem 'i18n', '~> 1.14.1'
gem 'rbpdf', '~> 1.21.4'
gem 'addressable'
- gem 'rubyzip', '~> 2.3.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'
@@ -43,7 +49,7 @@
# Optional gem for LDAP authentication
group :ldap do
- gem 'net-ldap', '~> 0.17.0'
-+ gem 'net-ldap', '~> 0.19.0'
++ gem 'net-ldap', '>= 0.19'
end
# Optional gem for exporting the gantt to a PNG file