From: Go MAEDA Date: Mon, 25 Nov 2024 06:25:56 +0000 (+0000) Subject: Update SQLite3 gem to 2.3 (#41865). X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1612d85ad808c36d7315c75cad1e4bdfbbb9db62;p=redmine.git Update SQLite3 gem to 2.3 (#41865). git-svn-id: https://svn.redmine.org/redmine/trunk@23309 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/Gemfile b/Gemfile index 71412a11b..229f014af 100644 --- a/Gemfile +++ b/Gemfile @@ -75,7 +75,7 @@ if File.exist?(database_file) when /postgresql/ gem 'pg', '~> 1.5.3' when /sqlite3/ - gem 'sqlite3', '~> 1.7.0' + gem 'sqlite3', '~> 2.3.0' when /sqlserver/ gem 'tiny_tds', '~> 2.1.2' gem 'activerecord-sqlserver-adapter', '~> 7.2.0'