From ece0fdfe6cb456ec85ac417c0a1ea5f198956e79 Mon Sep 17 00:00:00 2001 From: Daniel O'Connor Date: Tue, 16 Aug 2016 11:08:59 +0930 Subject: [PATCH] Drop sidekiq web for the moment --- Gemfile | 1 - Gemfile.lock | 3 --- 2 files changed, 4 deletions(-) diff --git a/Gemfile b/Gemfile index 25750b40a..e822e3b7b 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,6 @@ 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 9b4e17629..5ac3fbe8b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -412,8 +412,6 @@ GEM 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) @@ -530,7 +528,6 @@ DEPENDENCIES sass-rails (~> 5.0.4) selenium-webdriver sidekiq - sidekiq-web uglifier (~> 2.7.2) unicorn webrat