diff options
author | Go MAEDA <maeda@farend.jp> | 2019-03-31 11:24:44 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2019-03-31 11:24:44 +0000 |
commit | 862bac22772afeaf506a536d65582e7641dd24dd (patch) | |
tree | 47a26a654af54624b8ebdbf67142461be63df07b /Gemfile | |
parent | f24f0519be14a6a25034e0cdb0bcb38c94aae90c (diff) | |
download | redmine-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |