summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-11-25 06:25:56 +0000
committerGo MAEDA <maeda@farend.jp>2024-11-25 06:25:56 +0000
commit1612d85ad808c36d7315c75cad1e4bdfbbb9db62 (patch)
tree7f5c23b1de0e36ab0586efc6d219b86911b63afe
parentb437ebda4921c8dd18426c9d8e4541a60279bfa2 (diff)
downloadredmine-1612d85ad808c36d7315c75cad1e4bdfbbb9db62.tar.gz
redmine-1612d85ad808c36d7315c75cad1e4bdfbbb9db62.zip
Update SQLite3 gem to 2.3 (#41865).
git-svn-id: https://svn.redmine.org/redmine/trunk@23309 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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'