]> source.dussan.org Git - redmine.git/commitdiff
Update SQLite3 gem to 1.6 (#38187).
authorGo MAEDA <maeda@farend.jp>
Tue, 17 Jan 2023 02:52:11 +0000 (02:52 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 17 Jan 2023 02:52:11 +0000 (02:52 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22059 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 671931dc92184f4abdbba1330e62f1e927ad5812..db0a3c1b6026149fe4be9e257cd9dd6eed989034 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -72,7 +72,7 @@ if File.exist?(database_file)
       when /postgresql/
         gem "pg", "~> 1.4.2", :platforms => [:mri, :mingw, :x64_mingw]
       when /sqlite3/
-        gem 'sqlite3', '~> 1.5.0', :platforms => [:mri, :mingw, :x64_mingw]
+        gem 'sqlite3', '~> 1.6.0', :platforms => [:mri, :mingw, :x64_mingw]
       when /sqlserver/
         gem "tiny_tds", "~> 2.1.2", :platforms => [:mri, :mingw, :x64_mingw]
         gem "activerecord-sqlserver-adapter", "~> 6.1.0", :platforms => [:mri, :mingw, :x64_mingw]