mirror of
https://github.com/deanpcmad/sidekiq-limit_fetch.git
synced 2022-11-09 13:54:36 -05:00
7 lines
137 B
Ruby
7 lines
137 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'rails'
|
|
gem 'launchy'
|
|
gem 'sidekiq', github: 'mperham/sidekiq'
|
|
gem 'sidekiq-limit_fetch', path: '..'
|
|
|