summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2019-03-31 11:24:44 +0000
committerGo MAEDA <maeda@farend.jp>2019-03-31 11:24:44 +0000
commit862bac22772afeaf506a536d65582e7641dd24dd (patch)
tree47a26a654af54624b8ebdbf67142461be63df07b /Gemfile
parentf24f0519be14a6a25034e0cdb0bcb38c94aae90c (diff)
downloadredmine-862bac22772afeaf506a536d65582e7641dd24dd.tar.gz
redmine-862bac22772afeaf506a536d65582e7641dd24dd.zip
Update sqlite3 gem (~> 1.4.0) (#31126).
git-svn-id: http://svn.redmine.org/redmine/trunk@18030 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 0f518eff7..8bfa48b2d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -57,7 +57,7 @@ if File.exist?(database_file)
when /postgresql/
gem "pg", "~> 1.1.4", :platforms => [:mri, :mingw, :x64_mingw]
when /sqlite3/
- gem "sqlite3", "~>1.3.12", :platforms => [:mri, :mingw, :x64_mingw]
+ gem "sqlite3", "~> 1.4.0", :platforms => [:mri, :mingw, :x64_mingw]
when /sqlserver/
gem "tiny_tds", "~> 1.0.5", :platforms => [:mri, :mingw, :x64_mingw]
gem "activerecord-sqlserver-adapter", :platforms => [:mri, :mingw, :x64_mingw]