Skip to content

Commit

Permalink
Update queue reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddie Jesinsky committed Sep 4, 2019
1 parent cc77263 commit e33e6e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source 'http://rubygems.org'

gem 'mongo_queue', :git => 'https://github.com/andresf/mongo_queue.git', branch: 'mongo-2.x'
gem 'mongo_queue', :git => 'https://github.com/wepow/mongo_queue.git', branch: 'mongo-2.x'
gemspec
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/andresf/mongo_queue.git
revision: a6dd6dbc74827b8dc5ae5b8b9908ad03746145a3
remote: https://github.com/wepow/mongo_queue.git
revision: ef5597d4cf18ac1b77c4654d155efc6e4b7422c2
branch: mongo-2.x
specs:
mongo_queue (0.2.4)
Expand Down Expand Up @@ -44,4 +44,4 @@ DEPENDENCIES
soter!

BUNDLED WITH
1.11.2
1.17.3
2 changes: 1 addition & 1 deletion spec/soter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_stats
end

before(:each) do
Soter.queue.flush!
Soter.database.database.drop
Soter.config.worker_throttle_value = 0.0001
end

Expand Down

0 comments on commit e33e6e2

Please sign in to comment.