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

14 lines
204 B
Ruby

source 'https://rubygems.org'
gemspec
# load testing
#gem "hiredis"
#gem 'toxiproxy'
group :test do
gem 'rails', '>= 5.0.1'
gem 'minitest'
gem 'rake'
gem 'redis-namespace'
gem 'simplecov'
end