Skip to content

Instantly share code, notes, and snippets.

@krasnoukhov
Created April 10, 2014 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krasnoukhov/10378930 to your computer and use it in GitHub Desktop.
Save krasnoukhov/10378930 to your computer and use it in GitHub Desktop.
sidekiq-middleware and jruby
source "https://rubygems.org"
gem "sidekiq", "~> 2.17.0"
gem "sidekiq-middleware"
GEM
remote: https://rubygems.org/
specs:
celluloid (0.15.2)
timers (~> 1.1.0)
connection_pool (2.0.0)
json (1.8.1-java)
redis (3.0.7)
redis-namespace (1.4.1)
redis (~> 3.0.4)
sidekiq (2.17.7)
celluloid (>= 0.15.2)
connection_pool (>= 1.0.0)
json
redis (>= 3.0.6)
redis-namespace (>= 1.3.1)
sidekiq-middleware (0.3.0)
sidekiq (>= 2.12.4)
timers (1.1.0)
PLATFORMS
java
DEPENDENCIES
sidekiq (~> 2.17.0)
sidekiq-middleware
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment