From 98ea3c4aa3b1b84669fbad0792246e0c47f538a5 Mon Sep 17 00:00:00 2001 From: Yohanna Lisnichuk Date: Sat, 19 Jan 2019 12:35:12 -0300 Subject: [PATCH] Add pg version Signed-off-by: Yohanna Lisnichuk --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a413026..b97ac4d 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'apipie-rails' gem 'coffee-rails', '~> 4.1.0' gem 'foreman' # Process manager for applications with multiple components gem 'jbuilder', '~> 2.0' # Build JSON APIs with ease. -gem 'pg' +gem 'pg', '~> 0.20' gem 'puma' # Concurrent ruby web server gem 'rails', '4.2.7.1' gem 'rails-api'