mirror of
https://github.com/meineerde/redmine.git
synced 2026-01-02 05:39:40 +00:00
Update pg gem to 1.0 (#28505).
Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@17358 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
89263ec9a3
commit
3b36a13225
2
Gemfile
2
Gemfile
@ -62,7 +62,7 @@ if File.exist?(database_file)
|
||||
when 'mysql2'
|
||||
gem "mysql2", "~> 0.5.0", :platforms => [:mri, :mingw, :x64_mingw]
|
||||
when /postgresql/
|
||||
gem "pg", "~> 0.18.1", :platforms => [:mri, :mingw, :x64_mingw]
|
||||
gem "pg", "~> 1.0.0", :platforms => [:mri, :mingw, :x64_mingw]
|
||||
when /sqlite3/
|
||||
gem "sqlite3", "~>1.3.12", :platforms => [:mri, :mingw, :x64_mingw]
|
||||
when /sqlserver/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user