Skip to content

Commit

Permalink
Merge pull request #54 from joekrump/dependabot/bundler/sidekiq-7.1.3
Browse files Browse the repository at this point in the history
Bump sidekiq from 6.5.8 to 7.1.3
  • Loading branch information
joekrump committed Sep 15, 2023
2 parents b4cd818 + 1e7df03 commit 6518f97
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ end
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

gem 'name_of_person', '~> 1.1', '>= 1.1.1'
gem 'sidekiq', '~> 6.4'
gem 'sidekiq', '~> 7.1'
gem 'vite_rails', '~> 3.0.10'

gem 'nokogiri', '>= 1.13.6'
17 changes: 10 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ GEM
xpath (~> 3.2)
chunky_png (1.4.0)
concurrent-ruby (1.2.2)
connection_pool (2.4.0)
connection_pool (2.4.1)
crass (1.0.6)
date (3.3.3)
diff-lcs (1.5.0)
Expand Down Expand Up @@ -144,7 +144,7 @@ GEM
puma (4.3.12)
nio4r (~> 2.0)
racc (1.7.1)
rack (2.2.7)
rack (2.2.8)
rack-proxy (0.7.6)
rack
rack-test (2.1.0)
Expand Down Expand Up @@ -182,6 +182,8 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.8.1)
redis-client (0.17.0)
connection_pool
regexp_parser (2.7.0)
rspec-core (3.12.2)
rspec-support (~> 3.12.0)
Expand All @@ -200,10 +202,11 @@ GEM
rspec-mocks (~> 3.12)
rspec-support (~> 3.12)
rspec-support (3.12.1)
sidekiq (6.5.8)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
sidekiq (7.1.3)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
spring (2.1.1)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
Expand Down Expand Up @@ -252,7 +255,7 @@ DEPENDENCIES
rails (~> 7.0, >= 7.0.6)
redis (~> 4.0)
rspec-rails (~> 6.0.0)
sidekiq (~> 6.4)
sidekiq (~> 7.1)
spring
spring-watcher-listen (~> 2.0.0)
sqlite3 (~> 1.4)
Expand Down

0 comments on commit 6518f97

Please sign in to comment.