Skip to content
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 'puma', '~> 5.6'
gem 'rails', '~> 7.0.4'
gem 'rspotify', '~> 2.10'
gem 'sass-rails', '>= 6'
gem 'sidekiq', '~> 6.4'
gem 'sidekiq', '~> 7.0'
gem 'slack-ruby-client', '~> 0.17'
gem 'sorbet-rails'
gem 'sorbet-runtime'
Expand Down
23 changes: 10 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ GEM
commander (4.6.0)
highline (~> 2.0.0)
concurrent-ruby (1.2.0)
connection_pool (2.2.5)
connection_pool (2.4.0)
crass (1.0.6)
date (3.3.3)
domain_name (0.5.20190701)
Expand Down Expand Up @@ -148,7 +148,6 @@ GEM
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0704)
mini_mime (1.1.2)
mini_portile2 (2.8.1)
minitest (5.17.0)
msgpack (1.4.2)
multi_json (1.15.0)
Expand All @@ -165,9 +164,6 @@ GEM
net-protocol
netrc (0.11.0)
nio4r (2.5.8)
nokogiri (1.14.2)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.14.2-x86_64-linux)
racc (~> 1.4)
oauth2 (1.4.7)
Expand Down Expand Up @@ -204,7 +200,7 @@ GEM
puma (5.6.4)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.2)
rack (2.2.6.4)
rack-mini-profiler (2.3.2)
rack (>= 1.2.0)
rack-protection (2.1.0)
Expand Down Expand Up @@ -243,7 +239,8 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
readline-ext (0.1.2)
redis (4.6.0)
redis-client (0.14.1)
connection_pool
regexp_parser (2.1.1)
rest-client (2.0.2)
http-cookie (>= 1.0.2, < 2.0)
Expand All @@ -269,10 +266,11 @@ GEM
selenium-webdriver (3.142.7)
childprocess (>= 0.5, < 4.0)
rubyzip (>= 1.2.2)
sidekiq (6.4.2)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
sidekiq (7.0.8)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.11.0)
slack-ruby-client (0.17.0)
faraday (>= 1.0)
faraday_middleware
Expand Down Expand Up @@ -328,7 +326,6 @@ GEM
zeitwerk (2.6.7)

PLATFORMS
ruby
x86_64-linux

DEPENDENCIES
Expand All @@ -350,7 +347,7 @@ DEPENDENCIES
rspotify (~> 2.10)
sass-rails (>= 6)
selenium-webdriver
sidekiq (~> 6.4)
sidekiq (~> 7.0)
slack-ruby-client (~> 0.17)
sorbet
sorbet-rails
Expand Down