diff --git a/Gemfile b/Gemfile index c448c72..4b6ea23 100644 --- a/Gemfile +++ b/Gemfile @@ -3,5 +3,5 @@ source "https://rubygems.org" gem "statsd-ruby" -gem "resque", "~> 1.27.4" +gem "resque", "~> 2.6.0" gem "redis", "~> 3.3.0" diff --git a/Gemfile.lock b/Gemfile.lock index f4fabba..7829092 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,39 +1,38 @@ GEM remote: https://rubygems.org/ specs: - mono_logger (1.1.0) + base64 (0.2.0) + mono_logger (1.1.2) multi_json (1.15.0) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - rack (2.2.6.4) - rack-protection (3.0.6) - rack + rack (2.2.8) + rack-protection (3.2.0) + base64 (>= 0.1.0) + rack (~> 2.2, >= 2.2.4) redis (3.3.5) - redis-namespace (1.7.0) + redis-namespace (1.8.2) redis (>= 3.0.4) - resque (1.27.4) + resque (2.6.0) mono_logger (~> 1.0) multi_json (~> 1.0) - redis-namespace (~> 1.3) + redis-namespace (~> 1.6) sinatra (>= 0.9.2) - vegas (~> 0.1.2) ruby2_keywords (0.0.5) - sinatra (3.0.6) + sinatra (3.2.0) mustermann (~> 3.0) rack (~> 2.2, >= 2.2.4) - rack-protection (= 3.0.6) + rack-protection (= 3.2.0) tilt (~> 2.0) statsd-ruby (1.4.0) - tilt (2.1.0) - vegas (0.1.11) - rack (>= 1.0.0) + tilt (2.3.0) PLATFORMS ruby DEPENDENCIES redis (~> 3.3.0) - resque (~> 1.27.4) + resque (~> 2.6.0) statsd-ruby BUNDLED WITH