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 5.2.9 to 6.4.0 #13

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 @@ -42,7 +42,7 @@ gem 'acts_as_list', '~> 0.9'

gem 'phonelib', '~> 0.6'

gem 'sidekiq', '~> 5.0'
gem 'sidekiq', '~> 6.4'

# Use Capistrano for deployment
group :development do
Expand Down
34 changes: 17 additions & 17 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
builder (3.2.4)
byebug (11.1.3)
cancancan (2.3.0)
capistrano (3.14.1)
capistrano (3.16.0)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
Expand All @@ -91,9 +91,10 @@ GEM
capistrano-rails (1.6.0)
capistrano (~> 3.1)
capistrano-bundler (>= 1.1, < 3)
capistrano-sidekiq (1.0.3)
capistrano-sidekiq (2.0.0)
capistrano (>= 3.9.0)
sidekiq (>= 3.4, < 6.0)
capistrano-bundler
sidekiq (>= 6.0)
capistrano3-unicorn (0.2.1)
capistrano (~> 3.1, >= 3.1.0)
clipboard-rails (1.7.1)
Expand All @@ -105,8 +106,8 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.6)
connection_pool (2.2.3)
concurrent-ruby (1.1.9)
connection_pool (2.2.5)
cookies_eu (1.7.6)
js_cookie_rails (~> 2.2.0)
crack (0.4.3)
Expand Down Expand Up @@ -172,7 +173,7 @@ GEM
httpi (2.4.5)
rack
socksify
i18n (1.8.3)
i18n (1.9.0)
concurrent-ruby (~> 1.0)
i18n-debug (1.2.0)
i18n (< 2)
Expand Down Expand Up @@ -203,7 +204,9 @@ GEM
marcel (0.3.3)
mimemagic (~> 0.3.2)
method_source (1.0.0)
mimemagic (0.3.5)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.2)
mini_portile2 (2.4.0)
mini_racer (0.2.15)
Expand Down Expand Up @@ -237,8 +240,6 @@ GEM
pry (>= 0.10.4)
public_suffix (4.0.5)
rack (2.2.3)
rack-protection (2.0.8.1)
rack
rack-test (1.1.0)
rack (>= 1.0, < 3)
rails (5.2.4.3)
Expand Down Expand Up @@ -269,11 +270,11 @@ GEM
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
raindrops (0.19.1)
rake (13.0.1)
rake (13.0.6)
rb-fsevent (0.10.4)
rb-inotify (0.10.1)
ffi (~> 1.0)
redis (4.1.4)
redis (4.5.1)
request_store_rails (1.0.3)
concurrent-ruby (~> 1.0)
rspec-core (3.9.2)
Expand Down Expand Up @@ -319,11 +320,10 @@ GEM
nori (~> 2.4)
wasabi (~> 3.4)
settingslogic (2.0.9)
sidekiq (5.2.9)
connection_pool (~> 2.2, >= 2.2.2)
sidekiq (6.4.0)
connection_pool (>= 2.2.2)
rack (~> 2.0)
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 4.2)
redis (>= 4.2.0)
simplecov (0.17.1)
docile (~> 1.1)
json (>= 1.8, < 3)
Expand All @@ -341,7 +341,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sshkit (1.21.0)
sshkit (1.21.2)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
state_machines (0.5.0)
Expand Down Expand Up @@ -412,7 +412,7 @@ DEPENDENCIES
rails (~> 5.2)
rspec-rails
sassc-rails (~> 1.3)
sidekiq (~> 5.0)
sidekiq (~> 6.4)
simplecov (~> 0.17.1)
spring
spring-watcher-listen (~> 2.0.0)
Expand Down