mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-31 19:47:14 +00:00
Update SQLite3 gem to 1.6 (#38187).
git-svn-id: https://svn.redmine.org/redmine/trunk@22059 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
edcdc699e3
commit
66c7c2a717
2
Gemfile
2
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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user