diff options
Diffstat (limited to 'www/redmine60/files')
| -rw-r--r-- | www/redmine60/files/patch-Gemfile | 9 | ||||
| -rw-r--r-- | www/redmine60/files/patch-config_database.yml.sample | 39 | ||||
| -rw-r--r-- | www/redmine60/files/sql.rb | 2 | ||||
| -rw-r--r-- | www/redmine60/files/sqlite3.rb | 1 |
4 files changed, 46 insertions, 5 deletions
diff --git a/www/redmine60/files/patch-Gemfile b/www/redmine60/files/patch-Gemfile index fdb765a46a05..9a96d66560fe 100644 --- a/www/redmine60/files/patch-Gemfile +++ b/www/redmine60/files/patch-Gemfile @@ -1,11 +1,11 @@ ---- Gemfile.orig 2025-07-07 21:05:05 UTC +--- Gemfile.orig 2025-09-21 10:15:05 UTC +++ Gemfile @@ -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 '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" @@ -20,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' diff --git a/www/redmine60/files/patch-config_database.yml.sample b/www/redmine60/files/patch-config_database.yml.sample new file mode 100644 index 000000000000..9c33eff03144 --- /dev/null +++ b/www/redmine60/files/patch-config_database.yml.sample @@ -0,0 +1,39 @@ +--- config/database.yml.sample.orig 2025-09-21 10:15:06.000000000 +0000 ++++ config/database.yml.sample 2025-11-26 13:53:51.979489000 +0000 +@@ -1,7 +1,12 @@ + # Default setup is given for MySQL 5.7.7 or later. + # Examples for PostgreSQL, SQLite3 and SQL Server can be found at the end. + # Line indentation must be 2 spaces (no tabs). ++# Delete/comment all non-installed adapter entries + ++# WARNING: Changing database adapter requires manually reinstalling the bundle ++# or rebuilding/reinstalling the port with corrected OPTIONS. ++ ++# Uses default port of 3306, can be specified with 'port:' + production: + adapter: mysql2 + database: redmine +@@ -43,12 +48,15 @@ + transaction_isolation: "READ-COMMITTED" + + # PostgreSQL configuration example ++# Uses default port of 5432, can be specified with 'port:' ++# Uses default schema of public, can be specified with 'schema_search_path:' + #production: + # adapter: postgresql + # database: redmine + # host: localhost + # username: postgres + # password: "postgres" ++# encoding: utf8 + + # SQLite3 configuration example + #production: +@@ -56,6 +64,7 @@ + # database: db/redmine.sqlite3 + + # SQL Server configuration example ++# Uses default port of 1433, can be specified with 'port:' + #production: + # adapter: sqlserver + # database: redmine diff --git a/www/redmine60/files/sql.rb b/www/redmine60/files/sql.rb new file mode 100644 index 000000000000..89111a6710c0 --- /dev/null +++ b/www/redmine60/files/sql.rb @@ -0,0 +1,2 @@ +gem "tiny_tds", "~> 2.1.2" +gem "activerecord-sqlserver-adapter", "~> 7.2.0" diff --git a/www/redmine60/files/sqlite3.rb b/www/redmine60/files/sqlite3.rb new file mode 100644 index 000000000000..284c34965fea --- /dev/null +++ b/www/redmine60/files/sqlite3.rb @@ -0,0 +1 @@ +gem "sqlite3", ">= 1.7.0" |
