Skip to content
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
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gem 'pg', '~> 1.0'
gem 'redis-rails', '~> 5.0'

# Use Sidekiq as a background job processor through Active Job
gem 'sidekiq', '~> 5.1'
gem 'sidekiq', '~> 6.4'

# Use Clockwork for recurring background tasks without needing cron
# gem 'clockwork', '~> 2.0'
Expand Down
25 changes: 12 additions & 13 deletions Gemfile.lock
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ GEM
builder (3.2.3)
byebug (10.0.2)
climate_control (0.2.0)
concurrent-ruby (1.0.5)
connection_pool (2.2.2)
concurrent-ruby (1.1.9)
connection_pool (2.2.5)
crass (1.0.4)
daemons (1.2.6)
debug_inspector (0.0.3)
Expand Down Expand Up @@ -137,7 +137,9 @@ GEM
mime-types (3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mimemagic (0.3.2)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
Expand All @@ -161,9 +163,7 @@ GEM
pg (1.0.0)
popper_js (1.14.3)
puma (3.12.0)
rack (2.0.5)
rack-protection (2.0.3)
rack
rack (2.2.3)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rack-timeout (0.5.1)
Expand Down Expand Up @@ -197,7 +197,7 @@ GEM
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
redis (4.0.1)
redis (4.5.1)
redis-actionpack (5.0.2)
actionpack (>= 4.0, < 6)
redis-rack (>= 1, < 3)
Expand Down Expand Up @@ -229,11 +229,10 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
sidekiq (5.1.3)
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
rack-protection (>= 1.5.0)
redis (>= 3.3.5, < 5)
sidekiq (6.4.0)
connection_pool (>= 2.2.2)
rack (~> 2.0)
redis (>= 4.2.0)
spring (2.0.2)
activesupport (>= 4.2)
spring-watcher-listen (2.0.1)
Expand Down Expand Up @@ -312,7 +311,7 @@ DEPENDENCIES
rails4-autocomplete
redis-rails (~> 5.0)
sass-rails (~> 5.0)
sidekiq (~> 5.1)
sidekiq (~> 6.4)
spring
spring-watcher-listen (~> 2.0.0)
sys-proctable
Expand Down