mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
Update activerecord-sqlserver-adapter to 8.1 (#43648).
Patch by Yuichi HARADA (user:yui.har). git-svn-id: https://svn.redmine.org/redmine/trunk@24284 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
763760a48a
commit
8bc50600d1
4
Gemfile
4
Gemfile
@ -83,8 +83,8 @@ if File.exist?(database_file)
|
||||
when /sqlite3/
|
||||
gem 'sqlite3', '~> 2.7.4'
|
||||
when /sqlserver/
|
||||
gem 'tiny_tds', '~> 2.1.2'
|
||||
gem 'activerecord-sqlserver-adapter', '~> 8.0.8'
|
||||
gem 'tiny_tds', '~> 3.4'
|
||||
gem 'activerecord-sqlserver-adapter', '~> 8.1.2'
|
||||
else
|
||||
warn("Unknown database adapter `#{adapter}` found in config/database.yml, use Gemfile.local to load your own database gems")
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user