Skip to content

Commit

Permalink
chore(package): update sidekiq to version 7.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
depfu[bot] authored Oct 10, 2023
1 parent afcf342 commit 7313152
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ gem "standard", "~> 0.4.7"
gem "heya", github: "honeybadger-io/heya"
gem "maildown", "~> 3.3.0"
gem "pry-rails", "~> 0.3.9"
gem "sidekiq", "~> 6.1"
gem "sidekiq", "~> 7.1"
gem "mailkick", "~> 0.4.1"
gem "honeybadger", "~> 4.7"
gem "hashid-rails", "~> 1.4"
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ GEM
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.10)
connection_pool (2.2.5)
connection_pool (2.4.1)
crass (1.0.6)
erubi (1.10.0)
execjs (2.7.0)
Expand Down Expand Up @@ -185,7 +185,8 @@ GEM
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.5.1)
redis-client (0.17.0)
connection_pool
regexp_parser (2.1.1)
rexml (3.2.5)
rubocop (0.85.1)
Expand Down Expand Up @@ -217,10 +218,11 @@ GEM
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
semantic_range (2.3.1)
sidekiq (6.4.0)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
sidekiq (7.1.6)
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 @@ -287,7 +289,7 @@ DEPENDENCIES
rails (~> 6.1.1)
sass-rails (>= 6)
selenium-webdriver
sidekiq (~> 6.1)
sidekiq (~> 7.1)
spring
spring-watcher-listen (~> 2.0.0)
standard (~> 0.4.7)
Expand Down

0 comments on commit 7313152

Please sign in to comment.