Skip to content

Commit

Permalink
sidekiqをインストールする
Browse files Browse the repository at this point in the history
  • Loading branch information
kakeru-one committed Oct 15, 2024
1 parent 720705a commit a735600
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ gem 'rails-i18n' # i18n 日本語化対応用gem
# Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin AJAX possible
gem "rack-cors"

# 非同期処理を実現する
# github: https://github.com/sidekiq/sidekiq
# wiki: https://github.com/sidekiq/sidekiq/wiki/Getting-Started
gem 'sidekiq'

group :development, :test do
# Github: https://github.com/willnet/committee-rails
gem 'committee-rails'
Expand Down
9 changes: 9 additions & 0 deletions backend/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,8 @@ GEM
rake (13.2.1)
rdoc (6.5.0)
psych (>= 4.0.0)
redis-client (0.22.2)
connection_pool
regexp_parser (2.8.1)
reline (0.5.10)
io-console (~> 0.5)
Expand Down Expand Up @@ -273,6 +275,12 @@ GEM
rubocop-factory_bot (~> 2.22)
ruby-progressbar (1.13.0)
securerandom (0.3.1)
sidekiq (7.3.2)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
logger
rack (>= 2.2.4)
redis-client (>= 0.22.2)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand Down Expand Up @@ -317,6 +325,7 @@ DEPENDENCIES
rubocop-performance
rubocop-rails
rubocop-rspec
sidekiq
simplecov
tzinfo-data

Expand Down

0 comments on commit a735600

Please sign in to comment.