Skip to content

Commit

Permalink
move redis dependency into Gemfile - it's only a dependency when usin…
Browse files Browse the repository at this point in the history
…g the nonce manager
  • Loading branch information
LyleDavis committed Jan 17, 2025
1 parent 158a4e2 commit 47fd318
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ source 'https://rubygems.org'
gemspec

gem 'json', '~> 2'
gem 'redis'

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 @@ -34,5 +34,4 @@ Gem::Specification.new do |spec|
spec.add_dependency 'oj'
spec.add_dependency 'openssl'
spec.add_dependency 'connection_pool'
spec.add_dependency 'redis'
end

0 comments on commit 47fd318

Please sign in to comment.