From: Go MAEDA Date: Tue, 17 Jan 2023 02:52:11 +0000 (+0000) Subject: Update SQLite3 gem to 1.6 (#38187). X-Git-Tag: 5.1.0~271 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=66c7c2a71783225b1c0d7b36f9ba167a13a673b6;p=redmine.git Update SQLite3 gem to 1.6 (#38187). git-svn-id: https://svn.redmine.org/redmine/trunk@22059 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 671931dc9..db0a3c1b6 100644 --- 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]