aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 928222e2d0..fb0ca6493d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -14,7 +14,7 @@ end
gem "sqlite3-ruby", ">= 1.2.5", :require => 'sqlite3'
group :test do
- gem "pg", ">= 0.8.0"
+ gem "pg", ">= 0.9.0"
gem "mysql", ">= 2.8.1"
end