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