Skip to content

Commit

Permalink
use sidekiq gem directly
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualstaticvoid committed Aug 18, 2016
1 parent eafdb05 commit bc870dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source 'https://rubygems.org'
gemspec

# queues
gem 'sidekiq' , '>= 3.5.0', :github => "mperham/sidekiq"
gem 'sidekiq' , '>= 3.5.0'
gem 'rspec-sidekiq' , '>= 2.1.0'

gem 'delayed_job' , '~> 4.1.0'
Expand Down
17 changes: 6 additions & 11 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
GIT
remote: git://github.com/mperham/sidekiq.git
revision: b6de0bae6b86d5abae25852141768d8ecc8ddedf
specs:
sidekiq (4.1.4)
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
redis (~> 3.2, >= 3.2.1)
sinatra (>= 1.4.7)

PATH
remote: .
specs:
Expand Down Expand Up @@ -92,6 +82,11 @@ GEM
rspec (~> 3.0, >= 3.0.0)
sidekiq (>= 2.4.0)
rspec-support (3.5.0)
sidekiq (4.1.4)
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
redis (~> 3.2, >= 3.2.1)
sinatra (>= 1.4.7)
simplecov (0.12.0)
docile (~> 1.1.0)
json (>= 1.8, < 3)
Expand Down Expand Up @@ -128,7 +123,7 @@ DEPENDENCIES
resque_spec (>= 0.16.0)
rspec
rspec-sidekiq (>= 2.1.0)
sidekiq (>= 3.5.0)!
sidekiq (>= 3.5.0)
taskinator!

BUNDLED WITH
Expand Down

0 comments on commit bc870dc

Please sign in to comment.