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

11 lines
244 B
Ruby

source 'https://rubygems.org'
gemspec
gem 'rails', '>= 5.0.1'
#gem "hiredis"
gem 'simplecov'
gem 'minitest'
#gem 'toxiproxy'
# For Redis 4.0 support. Unreleased 9cb81bf.
gem 'redis-namespace', git: 'https://github.com/resque/redis-namespace'