mirror of
https://github.com/meineerde/redmine.git
synced 2026-02-01 03:57:15 +00:00
Update activerecord-sqlserver-adapter to 6.0.1 (#29914).
git-svn-id: http://svn.redmine.org/redmine/trunk@20900 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
268b474f53
commit
2006fedf1a
2
Gemfile
2
Gemfile
@ -66,7 +66,7 @@ if File.exist?(database_file)
|
||||
gem "sqlite3", "~> 1.4.0", :platforms => [:mri, :mingw, :x64_mingw]
|
||||
when /sqlserver/
|
||||
gem "tiny_tds", "~> 2.1.2", :platforms => [:mri, :mingw, :x64_mingw]
|
||||
gem "activerecord-sqlserver-adapter", "~> 5.2.1", :platforms => [:mri, :mingw, :x64_mingw]
|
||||
gem "activerecord-sqlserver-adapter", "~> 6.0.1", :platforms => [:mri, :mingw, :x64_mingw]
|
||||
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