From dfc498f44b82da6ae788fddd77906ff6f4e980b0 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Wed, 1 Apr 2020 08:12:57 +0000 Subject: [PATCH] Update tiny_tds to 1.0.5 and activecord-sqlserver-adapter to 5.2.1 (#30285). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@19628 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 772e4543e..809e71d8c 100644 --- a/Gemfile +++ b/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 -- 2.39.5