eheh, dont require capistrano
This commit is contained in:
parent
1fa7031bac
commit
a55d1878ea
1 changed files with 2 additions and 2 deletions
4
Gemfile
4
Gemfile
|
@ -83,8 +83,8 @@ gem 'compass-rails', "~> 1.0.3"
|
|||
gem 'uglifier', ">= 1.0.3"
|
||||
|
||||
group :development do
|
||||
gem 'capistrano', '~> 2.15.5'
|
||||
gem 'rvm-capistrano', '~> 1.5.6'
|
||||
gem 'capistrano', '~> 2.15.5', require: false
|
||||
gem 'rvm-capistrano', '~> 1.5.6', require: false
|
||||
end
|
||||
|
||||
group :development_async do
|
||||
|
|
Loading…
Reference in a new issue