summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-09-09 01:25:01 +0000
committerGo MAEDA <maeda@farend.jp>2022-09-09 01:25:01 +0000
commit40e6628ab4fdf90aed8ffba89552b24fa6ea0847 (patch)
treec72e974600b7e3a7cc29bb482328b50904cfc78d /Gemfile
parent6f22f25ac26c6b6a769ccfe8205daf1c31f1fcdb (diff)
downloadredmine-40e6628ab4fdf90aed8ffba89552b24fa6ea0847.tar.gz
redmine-40e6628ab4fdf90aed8ffba89552b24fa6ea0847.zip
Update sqlite3 gem to 1.5 (#37656).
git-svn-id: https://svn.redmine.org/redmine/trunk@21801 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
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]