bump sidekiq

This commit is contained in:
Jonne Haß 2015-03-24 22:29:37 +01:00
parent 65a738e604
commit 80957a769f
2 changed files with 4 additions and 4 deletions

View file

@ -32,7 +32,7 @@ gem "simple_captcha2", "0.3.4", require: "simple_captcha"
# Background processing # Background processing
gem "sidekiq", "3.3.2" gem "sidekiq", "3.3.3"
gem "sinatra", "1.4.5" gem "sinatra", "1.4.5"
# Scheduled processing # Scheduled processing

View file

@ -125,7 +125,7 @@ GEM
sass-rails (<= 5.0.1) sass-rails (<= 5.0.1)
sprockets (< 2.13) sprockets (< 2.13)
configurate (0.2.0) configurate (0.2.0)
connection_pool (2.1.1) connection_pool (2.1.3)
crack (0.4.2) crack (0.4.2)
safe_yaml (~> 1.0.0) safe_yaml (~> 1.0.0)
cucumber (1.3.19) cucumber (1.3.19)
@ -619,7 +619,7 @@ GEM
shellany (0.0.1) shellany (0.0.1)
shoulda-matchers (2.8.0) shoulda-matchers (2.8.0)
activesupport (>= 3.0.0) activesupport (>= 3.0.0)
sidekiq (3.3.2) sidekiq (3.3.3)
celluloid (>= 0.16.0) celluloid (>= 0.16.0)
connection_pool (>= 2.1.1) connection_pool (>= 2.1.1)
json json
@ -802,7 +802,7 @@ DEPENDENCIES
sass-rails (= 5.0.1) sass-rails (= 5.0.1)
selenium-webdriver (= 2.45.0) selenium-webdriver (= 2.45.0)
shoulda-matchers (= 2.8.0) shoulda-matchers (= 2.8.0)
sidekiq (= 3.3.2) sidekiq (= 3.3.3)
sidetiq (= 0.6.3) sidetiq (= 0.6.3)
simple_captcha2 (= 0.3.4) simple_captcha2 (= 0.3.4)
sinatra (= 1.4.5) sinatra (= 1.4.5)