Skip to content

Commit

Permalink
don't need to require capistrano-unicorn except in capistrano
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubose committed Oct 21, 2013
1 parent ca7c119 commit 04386fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ group :development do
gem 'rails-dev-tweaks', '~> 0.6.1'

gem "jslint_on_rails"
gem "capistrano-unicorn", :git => 'git://github.com/talho/capistrano-unicorn.git'
gem "capistrano-unicorn", :git => 'git://github.com/talho/capistrano-unicorn.git', :require => false
end

group :assets do
Expand Down

0 comments on commit 04386fa

Please sign in to comment.