]> source.dussan.org Git - redmine.git/commitdiff
Use tiny_tds 1.0.5 (#23932).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 11 Dec 2016 10:09:46 +0000 (10:09 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 11 Dec 2016 10:09:46 +0000 (10:09 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@16058 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 818ea653bb4915a4e3e8947b0cd6aa5f2d2a91e0..8c2ed89c8b0bc5a41307b3f6525d73d56385b50e 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -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")