Skip to content

Commit

Permalink
adding sidekiq and resque to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurnn committed Jun 6, 2013
1 parent e9a4cc8 commit 03a0131
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ gemspec

gem "rake"

gem "sidekiq"
gem "resque"

group :test do
gem "rspec", "~> 2.11"
end

0 comments on commit 03a0131

Please sign in to comment.