Skip to content

Commit

Permalink
Add hashie dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
russointroitoa committed Aug 13, 2023
1 parent b8a77c7 commit 972215c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/sidekiq/grouping/redis.rb
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ def ns(key = nil)
end

#
# The optimized LUA SCRIPT works from Redis >= 6.2.0. Check Redis version
# used and return the suitable PLUCK_SCRIPT
# The optimized LUA SCRIPT works from Redis greater than or equal to 6.2.
# Check Redis version in use and return the suitable PLUCK_SCRIPT
#
# @return [<Type>] <description>
#
Expand Down
1 change: 1 addition & 0 deletions sidekiq-grouping.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rubocop-rspec"
spec.add_development_dependency "simplecov"
spec.add_development_dependency "timecop"
spec.add_development_dependency "hashie"

spec.add_dependency "activesupport"
spec.add_dependency "concurrent-ruby"
Expand Down

0 comments on commit 972215c

Please sign in to comment.