mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
9 lines
325 B
Ruby
9 lines
325 B
Ruby
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
|