Skip to content

Commit

Permalink
Add capistrano-sidekiq gem
Browse files Browse the repository at this point in the history
  • Loading branch information
gomayonqui committed May 12, 2014
1 parent ed3bc17 commit 6f2f78c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions Capfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ require 'capistrano/rails/assets'
require 'capistrano/rails/migrations'
require 'hipchat/capistrano'
require 'whenever/capistrano'
require 'capistrano/sidekiq'

require 'dotenv'
Dotenv.load
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ gem 'dotenv-rails'
gem 'sidekiq', '~> 3.0.2'
gem 'sinatra', '>= 1.3.0', require: false
gem 'whenever', require: false
gem 'capistrano-sidekiq'

# authentication
gem 'github_api'
Expand Down
4 changes: 4 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ GEM
capistrano-rbenv (2.0.2)
capistrano (~> 3.1)
sshkit (~> 1.3)
capistrano-sidekiq (0.2.8)
capistrano
sidekiq
capybara (2.2.1)
mime-types (>= 1.16)
nokogiri (>= 1.3.3)
Expand Down Expand Up @@ -305,6 +308,7 @@ DEPENDENCIES
capistrano-bundler
capistrano-rails
capistrano-rbenv
capistrano-sidekiq
capybara
coffee-rails (~> 4.0.0)
coveralls
Expand Down

0 comments on commit 6f2f78c

Please sign in to comment.