adds sqlite3 to Gemfile to test deployment
This commit is contained in:
parent
6b84f4f117
commit
ec74b642a0
3 changed files with 2 additions and 6 deletions
3
Gemfile
3
Gemfile
|
@ -18,7 +18,8 @@ end
|
||||||
|
|
||||||
gem 'jquery-rails'
|
gem 'jquery-rails'
|
||||||
|
|
||||||
gem 'mysql2'
|
gem 'sqlite3'
|
||||||
|
# gem 'mysql2'
|
||||||
gem 'prawn'
|
gem 'prawn'
|
||||||
gem 'haml-rails'
|
gem 'haml-rails'
|
||||||
gem 'kaminari'
|
gem 'kaminari'
|
||||||
|
|
|
@ -139,7 +139,6 @@ GEM
|
||||||
mime-types (1.21)
|
mime-types (1.21)
|
||||||
mono_logger (1.1.0)
|
mono_logger (1.1.0)
|
||||||
multi_json (1.7.3)
|
multi_json (1.7.3)
|
||||||
mysql2 (0.3.11)
|
|
||||||
net-scp (1.1.1)
|
net-scp (1.1.1)
|
||||||
net-ssh (>= 2.6.5)
|
net-ssh (>= 2.6.5)
|
||||||
net-sftp (2.1.2)
|
net-sftp (2.1.2)
|
||||||
|
@ -280,7 +279,6 @@ DEPENDENCIES
|
||||||
kaminari
|
kaminari
|
||||||
localize_input!
|
localize_input!
|
||||||
meta_search
|
meta_search
|
||||||
mysql2
|
|
||||||
prawn
|
prawn
|
||||||
quiet_assets
|
quiet_assets
|
||||||
rails (~> 3.2.9)
|
rails (~> 3.2.9)
|
||||||
|
|
|
@ -38,9 +38,6 @@ after "deploy:restart", "deploy:cleanup"
|
||||||
# restart resque
|
# restart resque
|
||||||
after "deploy:restart", "resque:restart"
|
after "deploy:restart", "resque:restart"
|
||||||
|
|
||||||
# update cron
|
|
||||||
after "deploy:restart", "whenever:update_crontab"
|
|
||||||
|
|
||||||
# install rvm and ruby on every deploy
|
# install rvm and ruby on every deploy
|
||||||
# before 'deploy', 'rvm:install_rvm' # update RVM
|
# before 'deploy', 'rvm:install_rvm' # update RVM
|
||||||
# before 'deploy', 'rvm:install_ruby' # install Ruby and create gemset (both if missing)
|
# before 'deploy', 'rvm:install_ruby' # install Ruby and create gemset (both if missing)
|
Loading…
Reference in a new issue