aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile.lock
diff options
context:
space:
mode:
authoryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-10-09 20:49:55 +0900
committeryuuji.yaginuma <yuuji.yaginuma@gmail.com>2017-10-09 20:51:10 +0900
commit24560d79fcf709fb871957e775dd02ad5a19eb39 (patch)
treea9bfee4f7dd75f353c9591429376491f4abff82f /Gemfile.lock
parentc5ab6e51a7b9ee05a2d262a72c7130b9c1d1b0ce (diff)
downloadrails-24560d79fcf709fb871957e775dd02ad5a19eb39.tar.gz
rails-24560d79fcf709fb871957e775dd02ad5a19eb39.tar.bz2
rails-24560d79fcf709fb871957e775dd02ad5a19eb39.zip
Use released `sidekiq` instead of master version
The sidekiq 5.0.5 includes redis-rb 4.0 support. Ref: https://github.com/mperham/sidekiq/blob/90db3b84208cbb73a50d1a77a1dea97d3490ce70/Changes.md#505
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock17
1 files changed, 6 insertions, 11 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index e3b30b84c2..9c3a7e3c82 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -35,16 +35,6 @@ GIT
websocket
GIT
- remote: https://github.com/mperham/sidekiq.git
- revision: 6332b9f8a316cf1000246701e40e108d16fed6d4
- specs:
- sidekiq (5.0.5)
- concurrent-ruby (~> 1.0)
- connection_pool (~> 2.2, >= 2.2.0)
- rack-protection (>= 1.5.0)
- redis (>= 3.3.4, < 5)
-
-GIT
remote: https://github.com/rails/arel.git
revision: 42510bf71472e2e35d9becb546edd05562672344
specs:
@@ -424,6 +414,11 @@ GEM
sequel (4.49.0)
serverengine (1.5.11)
sigdump (~> 0.2.2)
+ sidekiq (5.0.5)
+ concurrent-ruby (~> 1.0)
+ connection_pool (~> 2.2, >= 2.2.0)
+ rack-protection (>= 1.5.0)
+ redis (>= 3.3.4, < 5)
sigdump (0.2.4)
signet (0.7.3)
addressable (~> 2.3)
@@ -544,7 +539,7 @@ DEPENDENCIES
sass-rails!
sdoc!
sequel
- sidekiq!
+ sidekiq
sneakers
sprockets-export
sqlite3 (~> 1.3.6)