summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-05-24 12:04:47 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2014-05-24 12:04:47 +0000
commit1a74bf648545b912919312452ef77d6fbe9648ed (patch)
tree11a7f809d24ee9b0f39622ffd0fb1702d12dfe8b
parente5e291b377213bf11587b7463b7a9b568bb61910 (diff)
downloadredmine-1a74bf648545b912919312452ef77d6fbe9648ed.tar.gz
redmine-1a74bf648545b912919312452ef77d6fbe9648ed.zip
Gemfile: upgrade sqlserver tiny_tds to 0.6.2 (#6579)
git-svn-id: http://svn.redmine.org/redmine/trunk@13152 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index dcf88ae67..cf4e85ccf 100644
--- a/Gemfile
+++ b/Gemfile
@@ -66,7 +66,7 @@ if File.exist?(database_file)
gem "sqlite3", :platforms => [:mri, :mingw]
gem "activerecord-jdbcsqlite3-adapter", :platforms => :jruby
when /sqlserver/
- gem "tiny_tds", "~> 0.5.1", :platforms => [:mri, :mingw]
+ gem "tiny_tds", "~> 0.6.2", :platforms => [:mri, :mingw]
gem "activerecord-sqlserver-adapter", :platforms => [:mri, :mingw]
else
warn("Unknown database adapter `#{adapter}` found in config/database.yml, use Gemfile.local to load your own database gems")