1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 11:37:14 +00:00

Update activerecord-sqlserver-adapter to 7.1 (#40148, #36320).

Patch by Yuichi HARADA (@yui.har).


git-svn-id: https://svn.redmine.org/redmine/trunk@22665 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-01-30 03:35:12 +00:00
parent ed0644d151
commit b971a49c3e

View File

@ -75,7 +75,7 @@ if File.exist?(database_file)
gem 'sqlite3', '~> 1.7.0'
when /sqlserver/
gem 'tiny_tds', '~> 2.1.2'
gem 'activerecord-sqlserver-adapter', '~> 6.1.0'
gem 'activerecord-sqlserver-adapter', '~> 7.1.2'
else
warn("Unknown database adapter `#{adapter}` found in config/database.yml, use Gemfile.local to load your own database gems")
end