1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-02-11 13:15:20 +00:00

Revert r24142 and downgrade sqlite3 gem to 2.7.4 to fix UserQueryTest failure (#43466).

sqlite3 2.8.0 causes the following failure:

UserQueryTest#test_group_filter_any [test/unit/user_query_test.rb:150]:
Expected: [8]
  Actual: [8, 8]


git-svn-id: https://svn.redmine.org/redmine/trunk@24145 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2025-11-13 07:50:56 +00:00
parent 2b04c3445f
commit 1bc0c82a74

View File

@ -81,7 +81,7 @@ if File.exist?(database_file)
when /postgresql/
gem 'pg', '~> 1.6.2'
when /sqlite3/
gem 'sqlite3', '~> 2.8.0'
gem 'sqlite3', '~> 2.7.4'
when /sqlserver/
gem 'tiny_tds', '~> 2.1.2'
gem 'activerecord-sqlserver-adapter', '~> 8.0.8'