From 5926c1a180b594db9cd2f494a341c39114c7b589 Mon Sep 17 00:00:00 2001 From: Jared Norman Date: Sun, 30 Dec 2018 16:41:55 -0800 Subject: Remove postgres limitation I may come to regret this, as I do know there's some issues with some versions of ActiveRecord and pg >= 1.0, but I think this will be fine. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 5021b1a..34a2b62 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ branch = ENV.fetch('SOLIDUS_BRANCH', 'master') gem "solidus", github: "solidusio/solidus", branch: branch if ENV.fetch('DB') == 'postgres' - gem 'pg', '~> 0.21' + gem 'pg' end group :development, :test do -- cgit v1.2.3