diff options
author | Go MAEDA <maeda@farend.jp> | 2020-04-01 08:12:57 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-04-01 08:12:57 +0000 |
commit | dfc498f44b82da6ae788fddd77906ff6f4e980b0 (patch) | |
tree | 2087503f4f0a0c2f6d30dfd522729011f45c7b3d /Gemfile | |
parent | a8fb2a4091558192fc3a23082be7f42b07d16a3c (diff) | |
download | redmine-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-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |