Skip to content

Commit ad850f7

Browse files
committed
Downgrade Sidekiq to 2.15.1 because our sidekiq workers are dying
1 parent 914b723 commit ad850f7

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ gem 'rest-client'
108108
gem 'rinku'
109109
gem 'sanitize'
110110
gem 'sass'
111-
gem 'sidekiq'
111+
gem 'sidekiq', '2.15.1'
112112
gem 'sidekiq-failures'
113113
gem 'sinatra', require: nil
114114
gem 'slim' # required for sidekiq-web

Gemfile_rails4.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -345,8 +345,8 @@ GEM
345345
redis-activesupport (4.0.0)
346346
activesupport (~> 4)
347347
redis-store (~> 1.1.0)
348-
redis-namespace (1.3.1)
349-
redis (~> 3.0.0)
348+
redis-namespace (1.3.2)
349+
redis (~> 3.0.4)
350350
redis-rack (1.5.0)
351351
rack (~> 1.5)
352352
redis-store (~> 1.1.0)
@@ -389,8 +389,8 @@ GEM
389389
shoulda-context (1.1.5)
390390
shoulda-matchers (2.4.0)
391391
activesupport (>= 3.0.0)
392-
sidekiq (2.15.2)
393-
celluloid (>= 0.15.2)
392+
sidekiq (2.15.1)
393+
celluloid (>= 0.15.1)
394394
connection_pool (>= 1.0.0)
395395
json
396396
redis (>= 3.0.4)
@@ -528,7 +528,7 @@ DEPENDENCIES
528528
sass-rails
529529
seed-fu!
530530
shoulda
531-
sidekiq
531+
sidekiq (= 2.15.1)
532532
sidekiq-failures
533533
sidetiq (>= 0.3.6)
534534
simple_handlebars_rails!

0 commit comments

Comments
 (0)