Skip to content

Commit

Permalink
remove redlock dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LyleDavis committed Jan 17, 2025
1 parent 7c14af3 commit 2b80d90
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ source 'https://rubygems.org'
gemspec

gem 'json', '~> 2'
gem 'redlock', '~> 1'

platforms :ruby do
gem 'bunny'
Expand Down
1 change: 0 additions & 1 deletion eventq.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@ Gem::Specification.new do |spec|
spec.add_dependency 'concurrent-ruby'
spec.add_dependency 'oj'
spec.add_dependency 'openssl'
spec.add_dependency 'redlock'
spec.add_dependency 'connection_pool'
end
1 change: 0 additions & 1 deletion lib/eventq.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# frozen_string_literal: true

require 'securerandom'
require 'redlock'
require 'class_kit'
require 'hash_kit'
require 'oj'
Expand Down

0 comments on commit 2b80d90

Please sign in to comment.