From 0c0f725ec6297db3c3a09d4fee392619f7c39db3 Mon Sep 17 00:00:00 2001 From: lovelyzhang Date: Mon, 26 Dec 2016 15:57:40 +0800 Subject: [PATCH] zy: heroku deploy --- .idea/workspace.xml | 18 +++++++++--------- Gemfile | 2 +- Gemfile.lock | 3 --- 3 files changed, 10 insertions(+), 13 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 37fa525..fef0698 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -35,8 +35,8 @@ - - + + @@ -505,25 +505,25 @@ - + - - + - + - + @@ -921,8 +921,8 @@ - - + + diff --git a/Gemfile b/Gemfile index 3241b63..55f3063 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ group :development do end group :production do - gem 'pg','~> 0.18.4' + gem 'sqlite3' end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index 4acc3f8..89b5d45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -86,8 +86,6 @@ GEM mini_portile2 (~> 2.1.0) nokogiri (1.6.8.1-x64-mingw32) mini_portile2 (~> 2.1.0) - pg (0.18.4) - pg (0.18.4-x64-mingw32) puma (3.6.2) rack (2.0.1) rack-test (0.6.3) @@ -174,7 +172,6 @@ DEPENDENCIES jbuilder (~> 2.5) jquery-rails listen (~> 3.0.5) - pg (~> 0.18.4) puma (~> 3.0) rails (~> 5.0.0, >= 5.0.0.1) rake