diff options
author | Go MAEDA <maeda@farend.jp> | 2023-01-17 02:52:11 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2023-01-17 02:52:11 +0000 |
commit | 66c7c2a71783225b1c0d7b36f9ba167a13a673b6 (patch) | |
tree | dfcaa002bec00122de1772b14f828e26b615d4c8 /Gemfile | |
parent | edcdc699e3872335a0f59515e70aa26a918fc540 (diff) | |
download | redmine-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |