Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

build(deps): Bump sidekiq from 7.2.4 to 7.3.0 #214

Merged
merged 1 commit into from
Jul 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gem 'jbuilder', '~> 2.12'
# gem 'bcrypt', '~> 3.1.7'
gem 'haml-rails', '~> 2.1'
gem 'jquery-rails', '~> 4.6'
gem 'sidekiq', '~>7.2.4'
gem 'sidekiq', '~>7.3.0'

# Use Active Storage variant
# gem 'image_processing', '~> 1.2'
Expand Down
12 changes: 7 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ GEM
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -171,7 +172,7 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
rack (3.1.4)
rack (3.1.6)
rack-proxy (0.7.7)
rack
rack-session (2.0.0)
Expand Down Expand Up @@ -223,7 +224,7 @@ GEM
execjs
railties (>= 3.2)
tilt
redis-client (0.22.1)
redis-client (0.22.2)
connection_pool
regexp_parser (2.9.2)
reline (0.5.9)
Expand Down Expand Up @@ -279,11 +280,12 @@ GEM
sprockets-rails
tilt
semantic_range (3.0.0)
sidekiq (7.2.4)
sidekiq (7.3.0)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
redis-client (>= 0.19.0)
redis-client (>= 0.22.2)
spring (4.2.1)
spring-watcher-listen (2.1.0)
listen (>= 2.7, < 4.0)
Expand Down Expand Up @@ -345,7 +347,7 @@ DEPENDENCIES
rubocop-rails
rubocop-rspec
sass-rails (>= 6)
sidekiq (~> 7.2.4)
sidekiq (~> 7.3.0)
spring
spring-watcher-listen (~> 2.1.0)
turbolinks (~> 5)
Expand Down
Loading