diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-11 10:09:46 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2016-12-11 10:09:46 +0000 |
commit | 1d7127a408ab062aa801978986b5d6d2bc1f9d0f (patch) | |
tree | 9c221b94c045ee2129284c18fcb1056f9bf958c3 | |
parent | c9e197ed5558f194e5f5791e721cae94dce48643 (diff) | |
download | redmine-1d7127a408ab062aa801978986b5d6d2bc1f9d0f.tar.gz redmine-1d7127a408ab062aa801978986b5d6d2bc1f9d0f.zip |
Use tiny_tds 1.0.5 (#23932).
git-svn-id: http://svn.redmine.org/redmine/trunk@16058 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -79,7 +79,7 @@ if File.exist?(database_file) gem "jdbc-sqlite3", ">= 3.8.10.1", :platforms => :jruby gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby when /sqlserver/ - gem "tiny_tds", "~> 0.6.2", :platforms => [:mri, :mingw, :x64_mingw] + gem "tiny_tds", "~> 1.0.5", :platforms => [:mri, :mingw, :x64_mingw] gem "activerecord-sqlserver-adapter", :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") |