Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sidekiq from 4.1.4 to 6.5.10 #100

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 @@ -14,7 +14,7 @@ gem 'loofah', '~> 2.3.1'
gem 'pg'
gem 'puma', '~> 5.6.4'
gem 'rails', '~> 6.1.7.8'
gem 'sidekiq', '~> 4.1.3'
gem 'sidekiq', '~> 6.5.10'
gem 'simple_command'
gem 'twitter', '~> 7.0.0'

Expand Down
27 changes: 10 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ GEM
faraday-rack (1.0.0)
faraday-retry (1.0.3)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
Expand Down Expand Up @@ -201,8 +202,6 @@ GEM
metaclass (~> 0.0.1)
multi_json (1.15.0)
multipart-post (2.4.1)
mustermann (3.0.2)
ruby2_keywords (~> 0.0.1)
naught (1.1.0)
net-http-persistent (4.0.2)
connection_pool (~> 2.2)
Expand All @@ -218,6 +217,8 @@ GEM
nio4r (2.7.3)
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
Expand Down Expand Up @@ -246,9 +247,6 @@ GEM
rack (2.2.9)
rack-cors (2.0.2)
rack (>= 2.0.0)
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rack-test (2.1.0)
rack (>= 1.3)
rails (6.1.7.8)
Expand Down Expand Up @@ -283,7 +281,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
redis (3.3.5)
redis (4.8.1)
regexp_parser (2.9.2)
reline (0.5.9)
io-console (~> 0.5)
Expand Down Expand Up @@ -354,18 +352,12 @@ GEM
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
sidekiq (4.1.4)
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
redis (~> 3.2, >= 3.2.1)
sinatra (>= 1.4.7)
sidekiq (6.5.10)
connection_pool (>= 2.2.5, < 3)
rack (~> 2.0)
redis (>= 4.5.0, < 5)
simple_command (1.0.1)
simple_oauth (0.3.1)
sinatra (3.2.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.2.0)
tilt (~> 2.0)
spring (2.1.1)
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
Expand Down Expand Up @@ -415,6 +407,7 @@ GEM

PLATFORMS
arm64-darwin-23
x86_64-linux

DEPENDENCIES
administrate (~> 0.20.1)
Expand Down Expand Up @@ -443,7 +436,7 @@ DEPENDENCIES
rubocop (~> 1.65.1)
rubocop-performance (~> 1.21.1)
rubocop-rails (~> 2.25.1)
sidekiq (~> 4.1.3)
sidekiq (~> 6.5.10)
simple_command
spring
spring-watcher-listen (~> 2.0.0)
Expand Down