summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2023-01-17 02:52:11 +0000
committerGo MAEDA <maeda@farend.jp>2023-01-17 02:52:11 +0000
commit66c7c2a71783225b1c0d7b36f9ba167a13a673b6 (patch)
treedfcaa002bec00122de1772b14f828e26b615d4c8 /Gemfile
parentedcdc699e3872335a0f59515e70aa26a918fc540 (diff)
downloadredmine-66c7c2a71783225b1c0d7b36f9ba167a13a673b6.tar.gz
redmine-66c7c2a71783225b1c0d7b36f9ba167a13a673b6.zip
Update SQLite3 gem to 1.6 (#38187).
git-svn-id: https://svn.redmine.org/redmine/trunk@22059 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 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]