summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2020-04-01 08:12:57 +0000
committerGo MAEDA <maeda@farend.jp>2020-04-01 08:12:57 +0000
commitdfc498f44b82da6ae788fddd77906ff6f4e980b0 (patch)
tree2087503f4f0a0c2f6d30dfd522729011f45c7b3d /Gemfile
parenta8fb2a4091558192fc3a23082be7f42b07d16a3c (diff)
downloadredmine-dfc498f44b82da6ae788fddd77906ff6f4e980b0.tar.gz
redmine-dfc498f44b82da6ae788fddd77906ff6f4e980b0.zip
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
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files 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