diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2011-04-22 11:27:14 -0500 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2011-04-22 11:27:14 -0500 |
commit | fe4932b531ec9b593085c4bb115c13f0852c3fbb (patch) | |
tree | aa9184d2b57498ff1961df5d7c4e0f18e746e140 | |
parent | bc50c1cb02c317ef92e4aa0336d396dcad5bc578 (diff) | |
download | rails-fe4932b531ec9b593085c4bb115c13f0852c3fbb.tar.gz rails-fe4932b531ec9b593085c4bb115c13f0852c3fbb.tar.bz2 rails-fe4932b531ec9b593085c4bb115c13f0852c3fbb.zip |
bumping the pg requirements
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |