mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Update pg gem (~> 1.2.2) (#32782).
Patch by Pavel Rosický. git-svn-id: http://svn.redmine.org/redmine/trunk@19423 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -53,7 +53,7 @@ if File.exist?(database_file)
|
||||
when 'mysql2'
|
||||
gem "mysql2", "~> 0.5.0", :platforms => [:mri, :mingw, :x64_mingw]
|
||||
when /postgresql/
|
||||
gem "pg", "~> 1.1.4", :platforms => [:mri, :mingw, :x64_mingw]
|
||||
gem "pg", "~> 1.2.2", :platforms => [:mri, :mingw, :x64_mingw]
|
||||
when /sqlite3/
|
||||
gem "sqlite3", "~> 1.4.0", :platforms => [:mri, :mingw, :x64_mingw]
|
||||
when /sqlserver/
|
||||
|
||||
Reference in New Issue
Block a user