]> source.dussan.org Git - redmine.git/commitdiff
Update sqlite3 gem to 1.5 (#37656).
authorGo MAEDA <maeda@farend.jp>
Fri, 9 Sep 2022 01:25:01 +0000 (01:25 +0000)
committerGo MAEDA <maeda@farend.jp>
Fri, 9 Sep 2022 01:25:01 +0000 (01:25 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@21801 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 62a2c554975ed2968128397d87c5552a46e2c810..1c1530cf88afdcd156846cfd1204a3ae70ac94bf 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -69,7 +69,7 @@ if File.exist?(database_file)
       when /postgresql/
         gem "pg", "~> 1.4.2", :platforms => [:mri, :mingw, :x64_mingw]
       when /sqlite3/
-        gem "sqlite3", "~> 1.4.0", :platforms => [:mri, :mingw, :x64_mingw]
+        gem 'sqlite3', '~> 1.5.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]