Skip to content

Commit

Permalink
Merge pull request #675 from iwaseasahi/dependabot/bundler/sidekiq-6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Iwase Asahi committed Mar 17, 2021
2 parents 93b5809 + fa6011a commit 9f1c46e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -62,7 +62,7 @@ gem 'paper_trail'
# 非同期処理
gem 'redis'
gem 'redis-namespace', git: 'https://github.com/resque/redis-namespace.git', branch: 'master'
gem 'sidekiq', '6.1.3'
gem 'sidekiq', '6.2.0'
gem 'sinatra', require: false
# 管理画面
gem 'administrate'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -503,7 +503,7 @@ GEM
sentry-raven (3.1.1)
faraday (>= 1.0)
shellany (0.0.1)
sidekiq (6.1.3)
sidekiq (6.2.0)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
Expand Down Expand Up @@ -640,7 +640,7 @@ DEPENDENCIES
seed-fu
selenium-webdriver!
sentry-raven
sidekiq (= 6.1.3)
sidekiq (= 6.2.0)
simplecov (< 0.18.0)
sinatra
sitemap_generator
Expand Down

0 comments on commit 9f1c46e

Please sign in to comment.