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-Gemfile14
1 files changed, 9 insertions, 5 deletions
diff --git a/www/redmine60/files/patch-Gemfile b/www/redmine60/files/patch-Gemfile
index 201855764eb4..9a96d66560fe 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.orig 2025-09-21 10:15: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.2'
++gem 'rails', '~> 7.2.2.2'
gem 'rouge', '~> 4.5'
gem 'mini_mime', '~> 1.1.0'
gem "actionpack-xml_parser"
@@ -15,10 +20,9 @@
gem 'addressable'
-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'
+ gem 'rack', '>= 3.1.3'
# Ruby Standard Gems
-gem 'csv', '~> 3.2.8'
@@ -44,7 +48,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