From 4deb895b4cc7ccbcb47e08205ef672e94d354891 Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Tue, 16 Aug 2016 10:59:30 +0930 Subject: [PATCH] #951 Add sidekiq --- Gemfile | 2 ++ Gemfile.lock | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/Gemfile b/Gemfile index 6dd1d971b..25750b40a 100644 --- a/Gemfile +++ b/Gemfile @@ -38,6 +38,8 @@ gem 'bootstrap-kaminari-views' # bootstrap views for kaminari gem 'activemerchant' gem 'active_utils' +gem 'sidekiq' +gem 'sidekiq-web' # Markdown formatting for updates etc gem 'bluecloth' diff --git a/Gemfile.lock b/Gemfile.lock index bec67f472..9b4e17629 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -122,6 +122,7 @@ GEM rails-i18n (>= 4.0.0) sass-rails (>= 4.0.3) concurrent-ruby (1.0.2) + connection_pool (2.2.0) coveralls (0.8.13) json (~> 1.8) simplecov (~> 0.11.0) @@ -319,6 +320,8 @@ GEM quiet_assets (1.1.0) railties (>= 3.1, < 5.0) rack (1.6.4) + rack-protection (1.5.3) + rack rack-test (0.6.3) rack (>= 1.0) rails (4.2.7.1) @@ -358,6 +361,7 @@ GEM rb-fsevent (0.9.7) rb-inotify (0.9.7) ffi (>= 0.5.0) + redis (3.3.1) responders (2.2.0) railties (>= 4.2.0, < 5.1) rspec (3.4.0) @@ -403,11 +407,22 @@ GEM websocket (~> 1.0) sexp_processor (4.7.0) shellany (0.0.1) + sidekiq (4.1.4) + concurrent-ruby (~> 1.0) + connection_pool (~> 2.2, >= 2.2.0) + redis (~> 3.2, >= 3.2.1) + sinatra (>= 1.4.7) + sidekiq-web (0.0.1) + rails (~> 4.2.0) simplecov (0.11.2) docile (~> 1.1.0) json (~> 1.8) simplecov-html (~> 0.10.0) simplecov-html (0.10.0) + sinatra (1.4.7) + rack (~> 1.5) + rack-protection (~> 1.4) + tilt (>= 1.3, < 3) slop (3.6.0) sprockets (3.7.0) concurrent-ruby (~> 1.0) @@ -514,6 +529,8 @@ DEPENDENCIES ruby-units sass-rails (~> 5.0.4) selenium-webdriver + sidekiq + sidekiq-web uglifier (~> 2.7.2) unicorn webrat