From ec74b642a01b28939b6d40c1fcb05f738dda3069 Mon Sep 17 00:00:00 2001 From: Manuel Wiedenmann Date: Sat, 25 May 2013 20:16:49 +0200 Subject: [PATCH] adds sqlite3 to Gemfile to test deployment --- Gemfile | 3 ++- Gemfile.lock | 2 -- config/deploy.rb.SAMPLE | 3 --- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 12f12d13..04364bee 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,8 @@ end gem 'jquery-rails' -gem 'mysql2' +gem 'sqlite3' +# gem 'mysql2' gem 'prawn' gem 'haml-rails' gem 'kaminari' diff --git a/Gemfile.lock b/Gemfile.lock index 2eee63eb..6911900d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -139,7 +139,6 @@ GEM mime-types (1.21) mono_logger (1.1.0) multi_json (1.7.3) - mysql2 (0.3.11) net-scp (1.1.1) net-ssh (>= 2.6.5) net-sftp (2.1.2) @@ -280,7 +279,6 @@ DEPENDENCIES kaminari localize_input! meta_search - mysql2 prawn quiet_assets rails (~> 3.2.9) diff --git a/config/deploy.rb.SAMPLE b/config/deploy.rb.SAMPLE index ab5bd866..82d70c56 100644 --- a/config/deploy.rb.SAMPLE +++ b/config/deploy.rb.SAMPLE @@ -38,9 +38,6 @@ after "deploy:restart", "deploy:cleanup" # restart resque after "deploy:restart", "resque:restart" -# update cron -after "deploy:restart", "whenever:update_crontab" - # install rvm and ruby on every deploy # before 'deploy', 'rvm:install_rvm' # update RVM # before 'deploy', 'rvm:install_ruby' # install Ruby and create gemset (both if missing) \ No newline at end of file