Fix deploy settings and gemfile

This commit is contained in:
Pavel Chipiga 2012-03-12 00:28:34 +02:00
parent a78b7b4155
commit 4b6b44d968
2 changed files with 2 additions and 2 deletions

View File

@ -33,6 +33,7 @@ gem 'wikicloth'
gem 'unicorn', '~> 4.2.0' gem 'unicorn', '~> 4.2.0'
gem 'newrelic_rpm', '~> 3.3.2' gem 'newrelic_rpm', '~> 3.3.2'
gem 'whenever', '~> 0.7.3', :require => false
gem 'rails3-jquery-autocomplete', '~> 1.0.6' gem 'rails3-jquery-autocomplete', '~> 1.0.6'
gem 'will_paginate', '~> 3.0.3' gem 'will_paginate', '~> 3.0.3'
@ -60,7 +61,6 @@ group :development do
gem 'hirb' gem 'hirb'
gem 'shotgun' gem 'shotgun'
# deploy # deploy
gem 'whenever', :require => false
gem 'capistrano', :require => false gem 'capistrano', :require => false
gem 'cape', :require => false gem 'cape', :require => false
gem 'capistrano_colors', :require => false gem 'capistrano_colors', :require => false

View File

@ -341,6 +341,6 @@ DEPENDENCIES
therubyracer (~> 0.9.10) therubyracer (~> 0.9.10)
uglifier (~> 1.2.1) uglifier (~> 1.2.1)
unicorn (~> 4.2.0) unicorn (~> 4.2.0)
whenever whenever (~> 0.7.3)
wikicloth wikicloth
will_paginate (~> 3.0.3) will_paginate (~> 3.0.3)