mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Update tiny_tds to 1.0.5 and activecord-sqlserver-adapter to 5.2.1 (#30285).
Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@19628 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
4
Gemfile
4
Gemfile
@@ -61,8 +61,8 @@ if File.exist?(database_file)
|
||||
when /sqlite3/
|
||||
gem "sqlite3", "~> 1.4.0", :platforms => [:mri, :mingw, :x64_mingw]
|
||||
when /sqlserver/
|
||||
gem "tiny_tds", "~> 1.0.5", :platforms => [:mri, :mingw, :x64_mingw]
|
||||
gem "activerecord-sqlserver-adapter", :platforms => [:mri, :mingw, :x64_mingw]
|
||||
gem "tiny_tds", "~> 2.1.2", :platforms => [:mri, :mingw, :x64_mingw]
|
||||
gem "activerecord-sqlserver-adapter", "~> 5.2.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
|
||||
|
||||
Reference in New Issue
Block a user