From ac7bccfe4c2b2e029c4de34c0da702e44b10224f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sat, 13 Apr 2013 11:27:26 +0200 Subject: [PATCH] bump sidekiq --- Gemfile | 4 +--- Gemfile.lock | 15 ++++++++------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Gemfile b/Gemfile index e167ec765..47636173d 100644 --- a/Gemfile +++ b/Gemfile @@ -17,9 +17,7 @@ gem 'devise', '2.1.3' # Background processing -gem 'sidekiq', '2.9.0' -gem 'sinatra', '1.3.3' -gem 'slim', '1.3.6' +gem 'sidekiq', '2.10.0' # Configuration diff --git a/Gemfile.lock b/Gemfile.lock index c854900c5..195595dc9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -360,19 +360,22 @@ GEM multi_json (~> 1.0) rubyzip websocket (~> 1.0.4) - sidekiq (2.9.0) + sidekiq (2.10.0) celluloid (~> 0.12.0) connection_pool (~> 1.0) + i18n multi_json (~> 1) redis (~> 3) redis-namespace + sinatra + slim simple_oauth (0.2.0) sinatra (1.3.3) rack (~> 1.3, >= 1.3.6) rack-protection (~> 1.2) tilt (~> 1.3, >= 1.3.3) - slim (1.3.6) - temple (~> 0.5.5) + slim (1.3.8) + temple (~> 0.6.3) tilt (~> 1.3.3) slop (3.4.4) spork (1.0.0rc3) @@ -382,7 +385,7 @@ GEM rack (~> 1.0) tilt (~> 1.1, != 1.3.0) subexec (0.2.2) - temple (0.5.5) + temple (0.6.3) terminal-table (1.4.5) thor (0.17.0) tilt (1.3.6) @@ -485,9 +488,7 @@ DEPENDENCIES ruby-oembed (= 0.8.8) sass-rails (= 3.2.6) selenium-webdriver (= 2.31.0) - sidekiq (= 2.9.0) - sinatra (= 1.3.3) - slim (= 1.3.6) + sidekiq (= 2.10.0) spork (= 1.0.0rc3) timecop (= 0.6.1) twitter (= 4.6.2)