mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-29 03:39:38 +00:00
Gemfile: upgrade pg to 0.18.1
git-svn-id: http://svn.redmine.org/redmine/trunk@14234 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
9978a54606
commit
2f67c8e214
2
Gemfile
2
Gemfile
@ -64,7 +64,7 @@ if File.exist?(database_file)
|
||||
when 'mysql'
|
||||
gem "activerecord-jdbcmysql-adapter", :platforms => :jruby
|
||||
when /postgresql/
|
||||
gem "pg", "~> 0.17.1", :platforms => [:mri, :mingw, :x64_mingw]
|
||||
gem "pg", "~> 0.18.1", :platforms => [:mri, :mingw, :x64_mingw]
|
||||
gem "activerecord-jdbcpostgresql-adapter", :platforms => :jruby
|
||||
when /sqlite3/
|
||||
gem "sqlite3", :platforms => [:mri, :mingw, :x64_mingw]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user