mirror of
https://github.com/redmine/redmine.git
synced 2026-01-24 08:19:53 +01:00
Update Pg to 1.5 (#37525).
git-svn-id: https://svn.redmine.org/redmine/trunk@22268 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -70,7 +70,7 @@ if File.exist?(database_file)
|
||||
when 'mysql2'
|
||||
gem "mysql2", "~> 0.5.0", :platforms => [:mri, :mingw, :x64_mingw]
|
||||
when /postgresql/
|
||||
gem "pg", "~> 1.4.2", :platforms => [:mri, :mingw, :x64_mingw]
|
||||
gem 'pg', '~> 1.5.3', :platforms => [:mri, :mingw, :x64_mingw]
|
||||
when /sqlite3/
|
||||
gem 'sqlite3', '~> 1.6.0', :platforms => [:mri, :mingw, :x64_mingw]
|
||||
when /sqlserver/
|
||||
|
||||
Reference in New Issue
Block a user