Skip to content
This repository has been archived by the owner on Oct 16, 2023. It is now read-only.

Commit

Permalink
Removed the distributed-mutex and made it a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanpalmer committed May 20, 2016
1 parent cbe856d commit 7debeec
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 52 deletions.
52 changes: 0 additions & 52 deletions lib/distributed_mutex.rb

This file was deleted.

1 change: 1 addition & 0 deletions lib/scheduler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def self.handle_job_exception(ex, context = {}, parent_logger = nil)
require "active_record"
require "rails"
require "redis"
require "distributed_mutex"
require "scheduler/version"

require_dependency 'scheduler/connection'
Expand Down
1 change: 1 addition & 0 deletions scheduler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ Gem::Specification.new do |spec|
spec.add_dependency "rails"
spec.add_dependency "redis"
spec.add_dependency "sidekiq"
spec.add_dependency "distributed-mutex", "~> 0.1"
end

0 comments on commit 7debeec

Please sign in to comment.