aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2011-04-22 11:27:14 -0500
committerAaron Patterson <aaron.patterson@gmail.com>2011-04-22 11:27:14 -0500
commitfe4932b531ec9b593085c4bb115c13f0852c3fbb (patch)
treeaa9184d2b57498ff1961df5d7c4e0f18e746e140 /Gemfile
parentbc50c1cb02c317ef92e4aa0336d396dcad5bc578 (diff)
downloadrails-fe4932b531ec9b593085c4bb115c13f0852c3fbb.tar.gz
rails-fe4932b531ec9b593085c4bb115c13f0852c3fbb.tar.bz2
rails-fe4932b531ec9b593085c4bb115c13f0852c3fbb.zip
bumping the pg requirements
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index c720b09a2c..fa8b67a743 100644
--- a/Gemfile
+++ b/Gemfile
@@ -52,7 +52,7 @@ platforms :ruby do
gem "sqlite3", "~> 1.3.3"
group :db do
- gem "pg", ">= 0.9.0"
+ gem "pg", ">= 0.11.0"
gem "mysql", ">= 2.8.1"
gem "mysql2", :git => "git://github.com/brianmario/mysql2.git"
end