From 56a6d84abee8ffb0e43957807e19ccda68fdfe65 Mon Sep 17 00:00:00 2001 From: Nweni Date: Fri, 9 Jun 2017 10:57:16 +0630 Subject: [PATCH] Update --- Gemfile | 4 ++-- Gemfile.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index fe865876..da3af1e5 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'rails', '~> 5.1.0' #gem 'mysql2', '>= 0.3.18', '< 0.5' #Use PosgreSQL -#gem 'pg' +gem 'pg' # redis server for cable # gem 'redis', '~> 3.0' @@ -94,4 +94,4 @@ gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] gem 'httparty', '~> 0.15.5' -gem 'bootstrap-datepicker-rails' \ No newline at end of file +gem 'bootstrap-datepicker-rails' diff --git a/Gemfile.lock b/Gemfile.lock index fbf61a33..2c4c94b3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -123,6 +123,7 @@ GEM nokogiri (1.7.2) mini_portile2 (~> 2.1.0) pdf-core (0.7.0) + pg (0.20.0) prawn (2.2.2) pdf-core (~> 0.7.0) ttfunk (~> 1.5) @@ -258,7 +259,6 @@ DEPENDENCIES kaminari! listen (~> 3.0.5) pg - mysql2 (>= 0.3.18, < 0.5) prawn prawn-table puma (~> 3.0)