Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sidekiq from 2.17.2 to 5.0.4 #96

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -32,7 +32,7 @@ gem 'cancan', '1.6.10'

gem 'gds-api-adapters', '7.11.0'
gem 'statsd-ruby', '1.4.0'
gem 'sidekiq', '2.17.2'
gem 'sidekiq', '5.0.3'
gem 'sidekiq-statsd', '0.1.5'

gem 'redis', '3.3.3'
Expand Down
38 changes: 9 additions & 29 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -62,27 +62,11 @@ GEM
rack (>= 1.0.0)
rack-test (>= 0.5.4)
xpath (~> 2.0)
celluloid (0.17.3)
celluloid-essentials
celluloid-extras
celluloid-fsm
celluloid-pool
celluloid-supervision
timers (>= 4.1.1)
celluloid-essentials (0.20.5)
timers (>= 4.1.1)
celluloid-extras (0.20.5)
timers (>= 4.1.1)
celluloid-fsm (0.20.5)
timers (>= 4.1.1)
celluloid-pool (0.20.5)
timers (>= 4.1.1)
celluloid-supervision (0.20.6)
timers (>= 4.1.1)
chronic (0.10.2)
ci_reporter (2.0.0)
builder (>= 2.1.2)
cliver (0.3.2)
concurrent-ruby (1.0.5)
connection_pool (2.2.1)
crack (0.4.2)
safe_yaml (~> 1.0.0)
Expand Down Expand Up @@ -127,7 +111,6 @@ GEM
plek
rest-client (~> 1.6.3)
hike (1.2.3)
hitimes (1.2.5)
i18n (0.8.4)
journey (1.0.4)
jquery-rails (3.1.4)
Expand Down Expand Up @@ -174,6 +157,8 @@ GEM
rack (1.4.7)
rack-cache (1.7.0)
rack (>= 0.4)
rack-protection (2.0.0)
rack
rack-ssl (1.3.4)
rack
rack-test (0.6.3)
Expand Down Expand Up @@ -202,8 +187,6 @@ GEM
rdoc (3.12.2)
json (~> 1.4)
redis (3.3.3)
redis-namespace (1.5.3)
redis (~> 3.0, >= 3.0.4)
request_store (1.3.2)
rest-client (1.6.8)
mime-types (~> 1.16)
Expand All @@ -214,12 +197,11 @@ GEM
shoulda-matchers (~> 1.0.0)
shoulda-context (1.0.2)
shoulda-matchers (1.0.0)
sidekiq (2.17.2)
celluloid (>= 0.15.2)
connection_pool (>= 1.0.0)
json
redis (>= 3.0.6)
redis-namespace (>= 1.3.1)
sidekiq (5.0.3)
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
rack-protection (>= 1.5.0)
redis (~> 3.3, >= 3.3.3)
sidekiq-statsd (0.1.5)
activesupport
sidekiq (>= 2.6)
Expand Down Expand Up @@ -247,8 +229,6 @@ GEM
thor (0.19.4)
tilt (1.4.1)
timecop (0.9.1)
timers (4.1.2)
hitimes
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
Expand Down Expand Up @@ -304,7 +284,7 @@ DEPENDENCIES
rails_12factor
redis (= 3.3.3)
shoulda (= 3.0.1)
sidekiq (= 2.17.2)
sidekiq (= 5.0.3)
sidekiq-statsd (= 0.1.5)
simplecov (= 0.14.1)
simplecov-rcov (= 0.2.3)
Expand Down