From 86506cf8f38508619104f59da114fa4162a1b7de Mon Sep 17 00:00:00 2001 From: Aidan Haran Date: Wed, 15 Apr 2020 15:19:13 +0100 Subject: [PATCH] Install PostgreSQL gem --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c3f233f01..43208ba7e 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } gemspec gem 'sqlite3' +gem 'pg' gem 'bcrypt' gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] @@ -18,7 +19,7 @@ end if ENV['RAILS_SOURCE'] gemspec path: ENV['RAILS_SOURCE'] else - # Need to get rails source beacause the gem doesn't include tests + # Need to get rails source because the gem doesn't include tests version = ENV['RAILS_VERSION'] || begin require 'net/http' require 'yaml'