Skip to content
Closed
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 @@ -46,7 +46,7 @@
gem "clearance", "~> 2.6"

# Background Jobs
gem "sidekiq", "~> 7.2"
gem "sidekiq", "~> 8.0"
gem "redis", "~> 5.0"

# Web Scraping
Expand All @@ -67,11 +67,11 @@
gem "rubocop-rails-omakase", require: false
gem "rubocop", "~> 1.56", require: false
gem "rubocop-rspec", require: false

Check failure on line 70 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Layout/TrailingWhitespace: Trailing whitespace detected.
gem "rspec-rails", "~> 6.1"
gem "factory_bot_rails", "~> 6.4"
gem "faker", "~> 3.2"

Check failure on line 74 in Gemfile

View workflow job for this annotation

GitHub Actions / lint

Layout/EmptyLinesAroundBlockBody: Extra empty line detected at block body end.
end

group :development do
Expand Down
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ GEM
ffi (~> 1.15)
ffi-compiler (~> 1.0)
ast (2.4.3)
base64 (0.2.0)
base64 (0.3.0)
bcrypt (3.1.20)
bcrypt_pbkdf (1.1.1)
bcrypt_pbkdf (1.1.1-arm64-darwin)
Expand Down Expand Up @@ -269,7 +269,7 @@ GEM
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.1)
rack (3.1.15)
rack (3.1.16)
rack-session (2.1.1)
base64 (>= 0.1.0)
rack (>= 3.0.0)
Expand Down Expand Up @@ -313,7 +313,7 @@ GEM
psych (>= 4.0.0)
redis (5.4.0)
redis-client (>= 0.22.0)
redis-client (0.24.0)
redis-client (0.25.0)
connection_pool
regexp_parser (2.10.0)
reline (0.6.1)
Expand Down Expand Up @@ -378,12 +378,12 @@ GEM
websocket (~> 1.0)
shoulda-matchers (6.5.0)
activesupport (>= 5.2.0)
sidekiq (7.3.9)
base64
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
sidekiq (8.0.5)
connection_pool (>= 2.5.0)
json (>= 2.9.0)
logger (>= 1.6.2)
rack (>= 3.1.0)
redis-client (>= 0.23.2)
solid_cable (3.0.8)
actioncable (>= 7.2)
activejob (>= 7.2)
Expand Down Expand Up @@ -483,7 +483,7 @@ DEPENDENCIES
rubocop-rspec
selenium-webdriver
shoulda-matchers (~> 6.0)
sidekiq (~> 7.2)
sidekiq (~> 8.0)
solid_cable
solid_cache
solid_queue
Expand Down
Loading