summaryrefslogtreecommitdiff
path: root/Gemfile
blob: 61e8f26c55a10aaae7dc74a4916aa427df54cb23 (plain)
1
2
3
4
5
6
7
8
9
10
source 'http://rubygems.org'

platforms :rbx do
  gem 'rubysl'
  gem 'rubinius-developer_tools'
end

gemspec

gem 'rubocop', '~> 0.19.1'