]> source.dussan.org Git - redmine.git/commitdiff
Update activerecord-sqlserver-adapter gem to 6.1.0 (#29914, #35002).
authorMarius Balteanu <marius.balteanu@zitec.com>
Tue, 8 Jun 2021 23:11:40 +0000 (23:11 +0000)
committerMarius Balteanu <marius.balteanu@zitec.com>
Tue, 8 Jun 2021 23:11:40 +0000 (23:11 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@21029 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 2814e2d404afee44b17f1ecdc9ad07b3d9f1b37b..939a603c67ddcc9ac514d0786fd03bd6b9b75546 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -65,7 +65,7 @@ if File.exist?(database_file)
         gem "sqlite3", "~> 1.4.0", :platforms => [:mri, :mingw, :x64_mingw]
       when /sqlserver/
         gem "tiny_tds", "~> 2.1.2", :platforms => [:mri, :mingw, :x64_mingw]
-        gem "activerecord-sqlserver-adapter", "~> 6.0.1", :platforms => [:mri, :mingw, :x64_mingw]
+        gem "activerecord-sqlserver-adapter", "~> 6.1.0", :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