Skip to content

Commit

Permalink
SRCH-4932 Bump sidekiq from 7.1.2 to 7.1.3 (GSA#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 18, 2024
1 parent b2ba1d6 commit cf73514
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem 'flickraw', '~> 0.9.8'
gem 'hashie', '~> 3.5.7'
gem 'mock_redis', '~> 0.17.3'
gem 'redis-namespace', '~> 1.10.0' # use redis database index instead?
gem 'sidekiq', '~> 7.1.2'
gem 'sidekiq', '~> 7.1.3'
gem 'sidekiq-failures', '~> 1.0.0'
gem 'sidekiq-unique-jobs', '3.0.11' # sidekiq-unique-jobs > 3.0.11 broke spec
gem 'whenever', '~> 0.9.4', require: false
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ GEM
ffi (~> 1.0)
redis (5.0.6)
redis-client (>= 0.9.0)
redis-client (0.15.0)
redis-client (0.17.0)
connection_pool
redis-namespace (1.10.0)
redis (>= 4)
Expand Down Expand Up @@ -339,7 +339,7 @@ GEM
rubocop-rails (~> 2.9)
rubocop-rake (~> 0.5)
rubocop-rspec (~> 2.5)
sidekiq (7.1.2)
sidekiq (7.1.3)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
Expand Down Expand Up @@ -406,7 +406,7 @@ DEPENDENCIES
rspec_junit_formatter (~> 0.4.1)
rubocop (= 1.48.1)
searchgov_style (~> 0.1)
sidekiq (~> 7.1.2)
sidekiq (~> 7.1.3)
sidekiq-failures (~> 1.0.0)
sidekiq-unique-jobs (= 3.0.11)
simplecov (~> 0.16.1)
Expand Down

0 comments on commit cf73514

Please sign in to comment.