From 40e6628ab4fdf90aed8ffba89552b24fa6ea0847 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Fri, 9 Sep 2022 01:25:01 +0000 Subject: [PATCH] Update sqlite3 gem to 1.5 (#37656). git-svn-id: https://svn.redmine.org/redmine/trunk@21801 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 62a2c5549..1c1530cf8 100644 --- 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] -- 2.39.5