https://github.com/mperham/sidekiq
Raw File
Tip revision: ef9052892b2dcfb16aedc523f6656a467a46867e authored by Mike Perham on 03 January 2014, 05:58:41 UTC
changes, bump version
Tip revision: ef90528
Gemfile
source 'https://rubygems.org'
gemspec

platforms :rbx do
  gem 'rubysl', '~> 2.0'         # if using anything in the ruby standard library
  gem 'psych'                    # if using yaml
  gem 'minitest'                 # if using minitest
  gem 'rubinius-developer_tools' # if using any of coverage, debugger, profiler
end
back to top