aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 30713ba5c1..8dffcee105 100644
--- a/Gemfile
+++ b/Gemfile
@@ -94,6 +94,8 @@ platforms :ruby do
group :db do
if RUBY_VERSION < '1.9.3'
gem 'pg', '>= 0.11.0', '< 0.18'
+ elsif RUBY_VERSION < '2.0.0'
+ gem 'pg', '>= 0.11.0', '< 0.19'
else
gem 'pg', '>= 0.11.0'
end