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.3.1 to 7.3.2 #249

Merged
merged 1 commit into from
Sep 11, 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.3.1'
gem 'sidekiq', '~>7.3.2'

# Use Active Storage variant
# gem 'image_processing', '~> 1.2'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +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)
logger (1.6.1)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
Expand Down Expand Up @@ -277,7 +277,7 @@ GEM
sprockets-rails
tilt
semantic_range (3.0.0)
sidekiq (7.3.1)
sidekiq (7.3.2)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
logger
Expand Down Expand Up @@ -343,7 +343,7 @@ DEPENDENCIES
rubocop-rails
rubocop-rspec
sass-rails (>= 6)
sidekiq (~> 7.3.1)
sidekiq (~> 7.3.2)
spring
spring-watcher-listen (~> 2.1.0)
turbolinks (~> 5)
Expand Down
Loading