1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Add namespace for 4.0

This commit is contained in:
Mike Perham 2015-11-23 09:35:20 -08:00
parent f1c127a332
commit 847438bd68

View file

@ -2,6 +2,7 @@ source 'https://rubygems.org'
platforms :ruby do
gem 'sqlite3'
gem 'redis-namespace'
end
platforms :jruby do